Uses of Enum
javax.annotation.meta.When
Packages that use When
-
Uses of When in javax.annotation
Methods in javax.annotation that return WhenModifier and TypeMethodDescriptionMatchesPattern.Checker.forConstantValue(MatchesPattern annotation, Object value) Nonnegative.Checker.forConstantValue(Nonnegative annotation, Object v) Nonnull.Checker.forConstantValue(Nonnull qualifierArgument, Object value) RegEx.Checker.forConstantValue(RegEx annotation, Object value) -
Uses of When in javax.annotation.meta
Subclasses with type arguments of type When in javax.annotation.metaModifier and TypeClassDescriptionenumUsed to describe the relationship between a qualifier T and the set of values S possible on an annotated element.Methods in javax.annotation.meta that return WhenModifier and TypeMethodDescriptionTypeQualifierValidator.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 WhenReturns 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.