Uses of Interface
javax.enterprise.inject.spi.AnnotatedMethod

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
 Set<AnnotatedMethod<? super X>> AnnotatedType.getMethods()
           Get the methods of the type.
 

Methods in javax.enterprise.inject.spi with parameters of type AnnotatedMethod
<X> Producer<?>
BeanManager.createProducer(AnnotatedMethod<? super X> method, Bean<X> declaringBean)
          Obtains a Producer for the given AnnotatedKetuod.
 



Copyright © 2008-2012 JBoss by Red Hat, Inc.. All Rights Reserved.