Interface ParameterInjectionPointAttributes<T,X>
- All Superinterfaces:
jakarta.enterprise.inject.spi.InjectionPoint,WeldInjectionPointAttributes<T,Object>
- All Known Implementing Classes:
ForwardingParameterInjectionPointAttributes,InferringParameterInjectionPointAttributes
public interface ParameterInjectionPointAttributes<T,X>
extends WeldInjectionPointAttributes<T,Object>
-
Method Summary
Methods inherited from interface jakarta.enterprise.inject.spi.InjectionPoint
getBean, getMember, getQualifiers, getType, isDelegate, isTransientMethods inherited from interface org.jboss.weld.injection.attributes.WeldInjectionPointAttributes
getQualifier
-
Method Details
-
getAnnotated
jakarta.enterprise.inject.spi.AnnotatedParameter<X> getAnnotated()- Specified by:
getAnnotatedin interfacejakarta.enterprise.inject.spi.InjectionPoint
-