|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface 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
.
Optional Element Summary | |
---|---|
CompositionType |
value
The value of this element specifies the boolean operator, namely disjunction (OR), negation of the conjunction (ALL_FALSE), or, the default, simple conjunction (AND). |
public abstract CompositionType value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |