Package com.appslandia.common.validators
Annotation Type DigitOnly
-
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(RUNTIME) @Constraint(validatedBy=ConstraintValidatorImpl.class) @Documented public @interface DigitOnly- Author:
- Loc Ha
-
-
Field Summary
Fields Modifier and Type Fields Description static java.util.regex.PatternDIGITS_PATTERN
-