interface |
MatchesPattern |
This annotation is used to denote String values that should always match given pattern.
|
interface |
Nonnegative |
This annotation is used to annotate a value that should only contain nonnegative values.
|
interface |
Nonnull |
The annotated element must not be null.
|
interface |
PropertyKey |
|
interface |
Syntax |
This annotation a value that is of a particular syntax, such as Java syntax
or regular expression syntax.
|
interface |
Untainted |
This annotation is used to denote String values that are untainted,
i.e.
|