org.jboss.errai.validation.client.shared
Annotation Type GwtCompatibleEmail
@Documented
@Constraint(validatedBy=GwtCompatibleEmailValidator.class)
@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER})
@Retention(value=RUNTIME)
public @interface GwtCompatibleEmail
The string has to be a well-formed email address, and can be validated on the
client side or the server side.
- Author:
- Emmanuel Bernard, Hardy Ferentschik, Jonathan Fuerth
message
public abstract String message
- Default:
- "{org.hibernate.validator.constraints.Email.message}"
groups
public abstract Class<?>[] groups
- Default:
- {}
payload
public abstract Class<? extends javax.validation.Payload>[] payload
- Default:
- {}
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.