| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends Annotation> |
constraint |
String |
name
Name of the Constraint attribute overridden.
|
| Modifier and Type | Optional Element and Description |
|---|---|
int |
constraintIndex
The index of the targeted constraint declaration when using
multiple constraints of the same type.
|
public abstract Class<? extends Annotation> constraint
public abstract String name
@OverridesAttribute.public abstract int constraintIndex
value() array.
By default, no index is defined and the single constraint declaration
is targeted.Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.