| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedMethod<X> |
ProcessObserverMethod.getAnnotatedMethod()
The
AnnotatedMethod representing the observer method. |
AnnotatedMethod<T> |
ProcessProducerMethod.getAnnotatedProducerMethod()
Returns the
AnnotatedMethod representing the producer method. |
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedMethod<? super X>> |
AnnotatedType.getMethods()
Get the methods of the type.
|
| Modifier and Type | Method and Description |
|---|---|
<X> Producer<?> |
BeanManager.createProducer(AnnotatedMethod<? super X> method,
Bean<X> declaringBean)
Obtains a
Producer for the given AnnotatedKetuod. |
Copyright © 2013. All Rights Reserved.