@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Requires
Requires annotation is NOT in the json
then the required are not required as long as they have the HasDefaultValue annotation.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value
The names of the required fields if this field is present.
|