|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use When | |
---|---|
javax.annotation | |
javax.annotation.meta |
Uses of When in javax.annotation |
---|
Methods in javax.annotation that return When | |
---|---|
When |
MatchesPattern.Checker.forConstantValue(MatchesPattern annotation,
Object value)
|
When |
Nonnegative.Checker.forConstantValue(Nonnegative annotation,
Object v)
|
When |
Nonnull.Checker.forConstantValue(Nonnull qualifierqualifierArgument,
Object value)
|
When |
RegEx.Checker.forConstantValue(RegEx annotation,
Object value)
|
Uses of When in javax.annotation.meta |
---|
Methods in javax.annotation.meta that return When | |
---|---|
When |
TypeQualifierValidator.forConstantValue(A annotation,
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(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're declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |