@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER})
@Retention(value=RUNTIME)
@Documented
@Constraint(validatedBy=ReversePatternValidator.class)
public @interface ReversePattern
public abstract ReversePattern.Flag[] flags
Flags considered when resolving the regular expression