Annotation Interface RegExp
@Target(FIELD)
@Retention(RUNTIME)
@Constraint(validatedBy=RegExpValidator.class)
@Documented
public @interface RegExp
The annotated element must be correct regular expression
-
Optional Element Summary
Optional Elements