Interface ParameterInjectionPointAttributes<T,X>
-
- All Superinterfaces:
InjectionPoint,WeldInjectionPointAttributes<T,Object>
- All Known Implementing Classes:
ForwardingParameterInjectionPointAttributes,InferringParameterInjectionPointAttributes
public interface ParameterInjectionPointAttributes<T,X> extends WeldInjectionPointAttributes<T,Object>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotatedParameter<X>getAnnotated()Obtain an instance ofAnnotatedFieldorAnnotatedParameter, depending upon whether the injection point is an injected field or a constructor/method parameter.-
Methods inherited from interface javax.enterprise.inject.spi.InjectionPoint
getBean, getMember, getQualifiers, getType, isDelegate, isTransient
-
Methods inherited from interface org.jboss.weld.injection.attributes.WeldInjectionPointAttributes
getQualifier
-
-
-
-
Method Detail
-
getAnnotated
AnnotatedParameter<X> getAnnotated()
Description copied from interface:InjectionPointObtain an instance ofAnnotatedFieldorAnnotatedParameter, depending upon whether the injection point is an injected field or a constructor/method parameter.- Specified by:
getAnnotatedin interfaceInjectionPoint- Returns:
- an
AnnotatedFieldorAnnotatedParameter
-
-