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

Packages that use AnnotatedCallable
javax.enterprise.inject.spi   
 

Uses of AnnotatedCallable in javax.enterprise.inject.spi
 

Subinterfaces of AnnotatedCallable in javax.enterprise.inject.spi
 interface AnnotatedConstructor<X>
          The metadata for an annotated constructor which can be parsed by the BeanManager.
 interface AnnotatedMethod<X>
          The metadata for an annotated method which can be parsed by the BeanManager The semantics are similar to Method
 

Methods in javax.enterprise.inject.spi that return AnnotatedCallable
 AnnotatedCallable<X> AnnotatedParameter.getDeclaringCallable()
          The declaring callable
 



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