Package org.mapfish.print.parser
Annotation Interface Requires
Indicates that if one field in a value/param object, then one or more other attributes are
required.
Note: If the field with the Requires
annotation is NOT in the
json then the required are not required as long as they have the HasDefaultValue
annotation.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String[] valueThe names of the required fields if this field is present.
-