| DirectoryPath |
The annotated element must point to an existing directory.
|
| FieldRange |
The annotated type must have two fields that define a valid range, i.e.
|
| FilePath |
The annotated element must point to an existing file.
|
| InEnum |
The annotated element must have a value in the specified enum class.
|
| IntValue |
The annotated element must have a value that can be converted to a Java int or Integer.
|
| Ipv4Address |
The annotated element must have a value that is a valid IPv4 address.
|
| Ipv4AndPort |
The annotated element must have the form ipv4-address:port.
|
| LongValue |
The annotated element must have a value that can be converted to a Java long or Long.
|
| Range |
The annotated element must be in the specified range, which can include both a minimum and maximum, only a minimum,
or only a maximum.
|
| Required |
Ensures that a value is provided (i.e.
|