@Constraint(validatedBy=IntValidator.class) @Documented @Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) public @interface Int
null
are considered valid to follow the JSR-303 convention:
ex: @Min
, @Max
, @Email
, @SafeHtml
, etc. .
Digits
Copyright © 2022 Atlassian. All rights reserved.