Uses of Interface
jakarta.enterprise.lang.model.AnnotationMember
Package
Description
The build compatible extension SPI.
The core interfaces of the language model that represent
annotations and
annotation targets.
-
Uses of AnnotationMember in jakarta.enterprise.inject.build.compatible.spi
Modifier and TypeMethodDescriptionAnnotationBuilder.member
(String name, AnnotationMember value) Adds an annotation member with givenname
, whose value is givenvalue
.default AnnotationBuilder
AnnotationBuilder.value
(AnnotationMember value) Adds an annotation member calledvalue
, whose value is givenvalue
. -
Uses of AnnotationMember in jakarta.enterprise.lang.model
Modifier and TypeMethodDescriptionReturns the value of this annotation's member with givenname
.default AnnotationMember
AnnotationInfo.value()
Modifier 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.