@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface AsciiType
Defines an Ascii type annotation. This annotation is used to mark fields of type Character or char.
It uses the Ascii character set, where each character occupies 1 byte.
- 从以下版本开始:
- 1.0.0
- 作者:
- Deng Ran