Uses of Class
javax.annotation.meta.When
-
Packages that use When Package Description javax.annotation javax.annotation.meta -
-
Uses of When in javax.annotation
Methods in javax.annotation that return When 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 qualifierArgument, java.lang.Object value)
When
RegEx.Checker. forConstantValue(RegEx annotation, java.lang.Object value)
When
when()
When
when()
When
when()
When
when()
When
when()
When
when()
When
when()
-
Uses of When in javax.annotation.meta
Methods in javax.annotation.meta that return When 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.
-