@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface OverridesAttribute
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
constraint |
java.lang.String |
name |
Modifier and Type | Optional Element and Description |
---|---|
int |
constraintIndex |