Uses of Enum Class
jakarta.enterprise.lang.model.AnnotationMember.Kind
Packages that use AnnotationMember.Kind
Package
Description
The core interfaces of the language model that represent
annotations and
annotation targets.
-
Uses of AnnotationMember.Kind in jakarta.enterprise.lang.model
Methods in jakarta.enterprise.lang.model that return AnnotationMember.KindModifier and TypeMethodDescriptionAnnotationMember.kind()Returns the kind of this annotation member value.static AnnotationMember.KindReturns the enum constant of this class with the specified name.static AnnotationMember.Kind[]AnnotationMember.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.