@Documented @Constraint(validatedBy={}) @Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) @Pattern(regexp="") public @interface Email
public abstract String message
public abstract Class<?>[] groups
public abstract String regexp
public abstract Pattern.Flag[] flags
regexp()
in order to specify a regular expression optionCopyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved