Uses of Enum Class
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
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 When
Returns the enum constant of this class with the specified name.static When[]
When.values()
Returns an array containing the constants of this enum class, in the order they are declared.