Uses of Class
jakarta.enterprise.lang.model.AnnotationMember.Kind
-
Packages that use AnnotationMember.Kind Package Description jakarta.enterprise.lang.model 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.Kind Modifier and Type Method Description AnnotationMember.Kind
AnnotationMember. kind()
Returns the kind of this annotation member value.static AnnotationMember.Kind
AnnotationMember.Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AnnotationMember.Kind[]
AnnotationMember.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-