@Retention(value=RUNTIME) @Target(value=FIELD) @Documented public @interface Field
Annotated classes must have at least one member annotated as a field. Annotated members with
null values are ignored. Note that only numeric and boolean types can be fields.
public abstract String value
If this value is not set, then the field name will be derived from the annotated class member's name.
Copyright © 2020. All rights reserved.