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

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

Uses of AnnotatedParameter in com.caucho.config.extension
 

Methods in com.caucho.config.extension that return AnnotatedParameter
 AnnotatedParameter<X> ProcessProducerMethodImpl.getAnnotatedDisposedParameter()
           
 

Uses of AnnotatedParameter in com.caucho.config.inject
 

Methods in com.caucho.config.inject that return AnnotatedParameter
 AnnotatedParameter<? super X> ProducesMethodBean.getDisposedParameter()
           
 

Method parameters in com.caucho.config.inject with type arguments of type AnnotatedParameter
protected
<X> Arg<X>[]
ProducesBuilder.introspectDisposesArgs(AnnotatedMethod<?> method, java.util.List<AnnotatedParameter<X>> params)
           
 

Constructors in com.caucho.config.inject with parameters of type AnnotatedParameter
InjectionPointImpl(InjectManager manager, Bean<T> bean, AnnotatedParameter<?> param)
           
 

Uses of AnnotatedParameter in com.caucho.config.reflect
 

Classes in com.caucho.config.reflect that implement AnnotatedParameter
 class AnnotatedParameterImpl<T>
          Abstract introspected view of a Bean
 

Methods in com.caucho.config.reflect that return types with arguments of type AnnotatedParameter
 java.util.List<AnnotatedParameter<T>> AnnotatedConstructorImpl.getParameters()
          Returns the constructor parameters
 java.util.List<AnnotatedParameter<T>> AnnotatedMethodImpl.getParameters()
          Returns the constructor parameters
 

Uses of AnnotatedParameter in javax.enterprise.inject.spi
 

Methods in javax.enterprise.inject.spi that return AnnotatedParameter
 AnnotatedParameter<T> ProcessProducerMethod.getAnnotatedDisposedParameter()
           
 

Methods in javax.enterprise.inject.spi that return types with arguments of type AnnotatedParameter
 java.util.List<AnnotatedParameter<X>> AnnotatedCallable.getParameters()
          Returns the method parameters