@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface CharArrayType
Defines a Character array type annotation. This annotation is used to mark fields of type Character[] or char[].
It uses the Unicode character set, where each character occupies 2 bytes.
- 从以下版本开始:
- 3.9.1
- 作者:
- Deng Ran