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

Packages that use AnnotatedCallable
com.caucho.config.reflect   
javax.enterprise.inject.spi Java Dependency Injection programmatic APIs. 
 

Uses of AnnotatedCallable in com.caucho.config.reflect
 

Classes in com.caucho.config.reflect that implement AnnotatedCallable
 class AnnotatedConstructorImpl<T>
          Abstract introspected view of a Bean
 class AnnotatedMethodImpl<T>
          Abstract introspected view of a Bean
 

Methods in com.caucho.config.reflect that return AnnotatedCallable
 AnnotatedCallable<T> AnnotatedParameterImpl.getDeclaringCallable()
           
 

Methods in com.caucho.config.reflect with parameters of type AnnotatedCallable
protected static BaseType AnnotatedParameterImpl.createBaseType(AnnotatedCallable<?> callable, java.lang.reflect.Type type, java.util.HashMap<java.lang.String,BaseType> paramMap)
           
 

Constructors in com.caucho.config.reflect with parameters of type AnnotatedCallable
AnnotatedParameterImpl(AnnotatedCallable<T> callable, java.lang.reflect.Type type, java.util.HashMap<java.lang.String,BaseType> paramMap, java.lang.annotation.Annotation[] annList, int position)
           
 

Uses of AnnotatedCallable in javax.enterprise.inject.spi
 

Subinterfaces of AnnotatedCallable in javax.enterprise.inject.spi
 interface AnnotatedConstructor<X>
          Abstract introspected view of a Bean constructor
 interface AnnotatedMethod<X>
          Abstract introspected view of a Bean injectible method
 

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