| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
AnnotatedCallable<X> |
Represents a callable member of a Java type.
|
interface |
AnnotatedConstructor<X> |
Represents a constructor of a Java class.
|
interface |
AnnotatedField<X> |
Represents a field of a Java class.
|
interface |
AnnotatedMethod<X> |
Represents a method of a Java type.
|
| Modifier and Type | Method | Description |
|---|---|---|
AnnotatedMember<T> |
ProcessProducer.getAnnotatedMember() |
Returns the
AnnotatedField representing the producer field or the
AnnotatedMethod representing the producer method. |
| Modifier and Type | Method | Description |
|---|---|---|
BeanAttributes<?> |
BeanManager.createBeanAttributes(AnnotatedMember<?> type) |
Obtains a
BeanAttributes for the given AnnotatedType. |