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 WhenMatchesPattern.Checker. forConstantValue(MatchesPattern annotation, java.lang.Object value)WhenNonnegative.Checker. forConstantValue(Nonnegative annotation, java.lang.Object v)WhenNonnull.Checker. forConstantValue(Nonnull qualifierArgument, java.lang.Object value)WhenRegEx.Checker. forConstantValue(RegEx annotation, java.lang.Object value)Whenwhen()Whenwhen()Whenwhen()Whenwhen()Whenwhen()Whenwhen()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, 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 WhenWhen. 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.
-