@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface FloatArrayType
Annotation for a Float array type. Each element in the array occupies 4 bytes.
This annotation can be used to mark fields of type Float[], float[], List, or Set.
- 从以下版本开始:
- 3.6.0
- 作者:
- Deng Ran