public interface ParameterInjectionPointAttributes<T,X> extends WeldInjectionPointAttributes<T,Object>
Modifier and Type | Method and Description |
---|---|
AnnotatedParameter<X> |
getAnnotated()
Obtain an instance of
AnnotatedField or
AnnotatedParameter , depending upon whether the injection point is an injected field
or a constructor/method parameter. |
getQualifier
getBean, getMember, getQualifiers, getType, isDelegate, isTransient
AnnotatedParameter<X> getAnnotated()
InjectionPoint
AnnotatedField
or
AnnotatedParameter
, depending upon whether the injection point is an injected field
or a constructor/method parameter.getAnnotated
in interface InjectionPoint
AnnotatedField
or AnnotatedParameter
Copyright © 2013 Seam Framework. All Rights Reserved.