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