@Documented @Retention(value=RUNTIME) @ValidatorClass(value=FieldValidator.class) public @interface FieldIntNotNegative
Modifier and Type | Required Element and Description |
---|---|
String |
name |
Modifier and Type | Optional Element and Description |
---|---|
IntNotNegative |
validation |
public abstract String name
public abstract IntNotNegative validation