Package | Description |
---|---|
javax.annotation | |
javax.annotation.meta |
Modifier and Type | Method | Description |
---|---|---|
When |
MatchesPattern.Checker.forConstantValue(MatchesPattern annotation,
java.lang.Object value) |
|
When |
Nonnegative.Checker.forConstantValue(Nonnegative annotation,
java.lang.Object v) |
|
When |
Nonnull.Checker.forConstantValue(Nonnull qualifierqualifierArgument,
java.lang.Object value) |
|
When |
RegEx.Checker.forConstantValue(RegEx annotation,
java.lang.Object value) |
Modifier and Type | Method | Description |
---|---|---|
When |
TypeQualifierValidator.forConstantValue(A annotation,
java.lang.Object value) |
Given a type qualifier, check to see if a known specific constant value is an instance of the
set of values denoted by the qualifier.
|
static When |
When.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static When[] |
When.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|