@Documented @Qualifier @Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER}) public @interface MinimumCardinality
Reference
to specify the minimum
cardinality reference property.
Specifying the MinimumCardinality
annotation with the value of
0
on a unary reference is a definition error.
Modifier and Type | Optional Element and Description |
---|---|
int |
value
The minimum cardinality of the reference.
|
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0