Annotation Type | Description |
---|---|
PartialRegex |
Indicates a String that is not a syntactically valid regular expression.
|
PolyRegex |
A polymorphic qualifier for the Regex type system.
|
Regex |
For char, char[],
Character and subtypes of CharSequence
indicates a valid regular expression and holds the number of groups in
the regular expression. |
RegexBottom |
Represents the bottom of the Regex qualifier hierarchy.
|