@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface ValidateInput
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
validator
Name of the validator.
|
Modifier and Type | Optional Element and Description |
---|---|
long |
maxValue |
long |
minValue |
java.lang.String |
regex
Regular expression for Regex based validators
|
java.lang.String |
regexLabel
description of what the regular expression is validating
|