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

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

Uses of AnnotatedParameter in javax.enterprise.inject.spi
 

Methods in javax.enterprise.inject.spi that return AnnotatedParameter
 AnnotatedParameter<T> ProcessProducerMethod.getAnnotatedDisposedParameter()
          Returns the AnnotatedParameter for any matching injection point of the same type as the producer method return type found on a disposal method.
 AnnotatedParameter<T> ProcessProducerField.getAnnotatedDisposedParameter()
          Returns the AnnotatedParameter for any matching injection point of the same type as the producer field return type found on a disposal method.
 

Methods in javax.enterprise.inject.spi that return types with arguments of type AnnotatedParameter
 List<AnnotatedParameter<X>> AnnotatedCallable.getParameters()
           Get the parameters of the callable member.
 

Methods in javax.enterprise.inject.spi with parameters of type AnnotatedParameter
 InjectionPoint BeanManager.createInjectionPoint(AnnotatedParameter<?> parameter)
          Obtains a container provided implementation of InjectionPoint for the given AnnotatedParameter.
 



Copyright © 2008-2012 JBoss by Red Hat, Inc.. All Rights Reserved.