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