public @interface Regex
Character
and subtypes of CharSequence
indicates a valid regular expression and holds the number of groups in
the regular expression.
For Pattern
and subtypes of
MatchResult
indicates the number of regular
expression groups.
Modifier and Type | Optional Element and Description |
---|---|
int |
value
The number of groups in the regular expression.
|