@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface UInt64ArrayType
Annotation for UInt64 array type. Each UInt64 unit occupies 8 bytes.
This annotation can be used to mark fields of type BigInteger[], List, or Set.
- 从以下版本开始:
- 3.6.0
- 作者:
- Deng Ran