@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface Validate
where this validation is used
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
regex
An optional regular expression that must match the string.
|