@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface CharType
Defines a CharType 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.8.4
- 作者:
- Deng Ran