Annotation Type DependentRequired
-
public @interface DependentRequired
A property name and an associated list of other property names.Used with
Schema.dependentRequired()
, if an object has a property namedname()
, it must also have properties with the names inrequires()
.- See Also:
Schema.dependentRequired()