Package org.kiwiproject.validation
Annotation Type IntValue
-
@Documented @Constraint(validatedBy=IntValueValidator.class) @Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(RUNTIME) public @interface IntValue
The annotated element must have a value that can be converted to a Java int orInteger.