com.avaje.ebean.validation
Annotation Type Email


@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface Email

Validate property as email address.

Note uses Les Hazlewood's email validation code with both domain literals and quoted identifiers turned off. Thanks Les!!



Copyright © 2010. All Rights Reserved.