org.hibernate.validator
Annotation Type Email


@Documented
@ValidatorClass(value=EmailValidator.class)
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Email

The string has to be a well-formed email address

Author:
Emmanuel Bernard

Optional Element Summary
 String message
           
 

message

public abstract String message
Default:
"{validator.email}"