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



Copyright © 2008-2009 Seam Framework. All Rights Reserved.