Annotation Type Email
-
@Documented @Retention(RUNTIME) @Target({FIELD,PARAMETER,METHOD,LOCAL_VARIABLE}) @Constraint(validatedBy=EmailValidator.class) public @interface Email
@Documented @Retention(RUNTIME) @Target({FIELD,PARAMETER,METHOD,LOCAL_VARIABLE}) @Constraint(validatedBy=EmailValidator.class) public @interface Email