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