Package | Description |
---|---|
javax.annotation |
Modifier and Type | Class and Description |
---|---|
interface |
CheckForNull |
interface |
CheckForSigned
Used to annotate a value that may be negative; uses of it should check for negative values
before using it in a way that requires the value to be nonnegative
|
interface |
Detainted |
interface |
Nullable |
interface |
RegEx
This qualifier is used to denote String values that should be
a Regular expression.
|
interface |
Signed
Used to annotate a value of unknown sign
|
interface |
Tainted |