@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Int8Type
Annotation for Int8 type. This type occupies 1 byte and can be used to annotate fields of type Integer or int.
This annotation is used in conjunction with fields that need to be encoded into binary format.
- 从以下版本开始:
- 1.2.0
- 作者:
- Deng Ran