@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface AsciiArrayType
Ascii array type which use ascii charset, each character takes 1 byte, can be used to annotate field type of Character[]/char[].
- 从以下版本开始:
- 3.9.1
- 作者:
- Deng Ran
- 另请参阅:
DataType