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