Annotation Type ValidEmail
-
@Target({METHOD,FIELD,CONSTRUCTOR,PARAMETER,TYPE_USE}) @Retention(RUNTIME) @Constraint(validatedBy=EmailConstraintValidator.class) @Documented public @interface ValidEmail
Annotation to indicate that an email has to be valid.