Uses of Interface
jakarta.enterprise.lang.model.AnnotationMember
Packages that use AnnotationMember
Package
Description
The core interfaces of the language model that represent
annotations and
annotation targets.
-
Uses of AnnotationMember in jakarta.enterprise.lang.model
Methods in jakarta.enterprise.lang.model that return AnnotationMemberModifier and TypeMethodDescriptionReturns the value of this annotation's member with givenname
.default AnnotationMember
AnnotationInfo.value()
Methods in jakarta.enterprise.lang.model that return types with arguments of type AnnotationMemberModifier and TypeMethodDescriptionAnnotationMember.asArray()
Returns this array value as an immutableList
ofAnnotationMember
s.AnnotationInfo.members()
Returns all members of this annotation as a map, where the key is the member name and the value is the member value.