Uses of Interface
jakarta.enterprise.inject.spi.AnnotatedMember
-
Uses of AnnotatedMember in jakarta.enterprise.inject.spi
Modifier and TypeInterfaceDescriptioninterface
Represents a callable member of a Java type.interface
Represents a constructor of a Java class.interface
Represents a field of a Java class.interface
Represents a method of a Java type.Modifier and TypeMethodDescriptionProcessProducer.getAnnotatedMember()
Returns theAnnotatedField
representing the producer field or theAnnotatedMethod
representing the producer method.Modifier and TypeMethodDescriptionBeanManager.createBeanAttributes
(AnnotatedMember<?> type) Obtains aBeanAttributes
for the givenAnnotatedType
.