@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 Class<? extends javax.validation.Payload>[] payload
public abstract String regexp
public abstract javax.validation.constraints.Pattern.Flag[] flags
regexp()
in order to specify a regular expression optionCopyright © 2007-2019 Red Hat, Inc. All Rights Reserved