Package | Description |
---|---|
javax.annotation | |
javax.annotation.meta |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
Copyright © 2018. All rights reserved.