Class | Description |
---|---|
GwtCompatibleEmailValidator |
Implements the same validation semantics as the Hibernate email validator,
but uses the GWT regular expressions API so the validation can succeed on the
client as well as the server.
|
Annotation Type | Description |
---|---|
GwtCompatibleEmail |
The string has to be a well-formed email address, and can be validated on the
client side or the server side.
|
GwtCompatibleEmail.List |
Defines several
@Email annotations on the same element. |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.