Uses of Interface
jakarta.enterprise.inject.spi.AnnotatedMember
Package
Description
The portable extension integration SPI.
-
Uses of AnnotatedMember in com.sun.faces.util
Modifier and TypeMethodDescriptionELAwareBeanManagerWrapper.createBeanAttributes
(AnnotatedMember<?> type) -
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
.