Annotation Type ConstraintComposition
Boolean operator that is applied to all constraints of a composing constraint annotation.
A composed constraint annotation can define a boolean combination of the constraints composing it,
by using @ConstraintComposition
.
- Author:
- Dag Hovland, Federico Mancini
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe value of this element specifies the boolean operator, namely disjunction (OR), negation of the conjunction (ALL_FALSE), or, the default, simple conjunction (AND).
-
Element Details
-
value
CompositionType valueThe value of this element specifies the boolean operator, namely disjunction (OR), negation of the conjunction (ALL_FALSE), or, the default, simple conjunction (AND).- Returns:
- the
CompositionType
value
- Default:
- AND
-