@Documented @Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface ConstraintComposition
@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
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved