@Target(value=TYPE_USE)
@Retention(value=RUNTIME)
public static @interface Setting.Constrain.Regex
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The regex this value must match.
|
@RegEx public abstract java.lang.String value
Regex