@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Regex
Modifier and Type | Fields and Description |
---|---|
static java.lang.String |
DEFAULT_MESSAGE |
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
pattern |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
message |