|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotatedMethod | |
|---|---|
| javax.enterprise.inject.spi | The portable extension integration SPI. |
| Uses of AnnotatedMethod in javax.enterprise.inject.spi |
|---|
| Methods in javax.enterprise.inject.spi that return AnnotatedMethod | |
|---|---|
AnnotatedMethod<X> |
ProcessObserverMethod.getAnnotatedMethod()
The AnnotatedMethod representing the observer method. |
AnnotatedMethod<T> |
ProcessProducerMethod.getAnnotatedProducerMethod()
Returns the AnnotatedMethod representing the producer method. |
| Methods in javax.enterprise.inject.spi that return types with arguments of type AnnotatedMethod | |
|---|---|
java.util.Set<AnnotatedMethod<? super X>> |
AnnotatedType.getMethods()
Get the methods of the type. |
| Methods in javax.enterprise.inject.spi with parameters of type AnnotatedMethod | ||
|---|---|---|
|
BeanManager.getProducerFactory(AnnotatedMethod<? super X> method,
Bean<X> declaringBean)
An implementation of ProducerFactory that provides container created Producer instances for the given
method. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||