@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface BinaryType
Defines a Binary type annotation. This annotation is used to mark fields of type Byte[] or byte[].
It represents binary data where each byte is considered as a separate entity.
- 从以下版本开始:
- 1.0.0
- 作者:
- Deng Ran