Annotation Interface Int
@Constraint(validatedBy=IntValidator.class)
@Documented
@Retention(RUNTIME)
@Target({METHOD,FIELD})
public @interface Int
Validate a number is a valid integer.
null
are considered valid to follow the JSR-303 convention:
ex: @Min
, @Max
, @Email
, @SafeHtml
, etc. .
- See Also:
-
Digits
-
Optional Element Summary