@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface DefaultByteOrder
Annotation for modifying the default byte order in FastProto. By default, FastProto uses little endian.
This annotation allows for a change in the default byte order.
- 从以下版本开始:
- 1.0.0
- 作者:
- Deng Ran