@Documented @Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface ConstraintComposition
A composed constraint annotation can define a boolean combination of the constraints composing it,
by using @ConstraintComposition
.
Modifier and Type | Optional Element and Description |
---|---|
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
CompositionType
valueCopyright © 2019 JBoss by Red Hat. All rights reserved.