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 WhenNonnull.Checker. forConstantValue(Nonnull qualifierqualifierArgument, Object value)Whenwhen() -
Uses of When in javax.annotation.meta
Methods in javax.annotation.meta that return When Modifier and Type Method Description WhenTypeQualifierValidator. 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 WhenWhen. 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.
-