Annotation Type DependentRequired
-
public @interface DependentRequiredA 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()