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

Packages that use AnnotatedCallable
javax.enterprise.inject.spi The portable extension integration SPI. 
 

Uses of AnnotatedCallable in javax.enterprise.inject.spi
 

Subinterfaces of AnnotatedCallable in javax.enterprise.inject.spi
 interface AnnotatedConstructor<X>
          Represents a constructor of a Java class.
 interface AnnotatedMethod<X>
          Represents a method of a Java type.
 

Methods in javax.enterprise.inject.spi that return AnnotatedCallable
 AnnotatedCallable<X> AnnotatedParameter.getDeclaringCallable()
          Get the declaring method or constructor.
 



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