@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Int8ArrayType
Annotation for Int8 array type. Each Int8 unit occupies 1 byte.
This annotation can be used to mark fields of type Byte[], byte[], Integer[], int[], List, Set, List, or Set.
- 从以下版本开始:
- 3.6.0
- 作者:
- Deng Ran