@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface AutoType
Defines an AutoType annotation. FastProto can infer the annotation type based on the field type when using @AutoType.
This annotation is used to automatically determine the type of the field in the binary data.
- 从以下版本开始:
- 3.7.1
- 作者:
- Deng Ran