@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) @Documented @Constraint(validatedBy={}) public @interface Pattern
public abstract String regexp
public abstract Pattern.Flag[] flags
public abstract String message
public abstract Class<?>[] groups
Copyright © 2014. All Rights Reserved.