public class FieldInjectionPoint extends AbstractInjectionPoint
| Constructor and Description |
|---|
FieldInjectionPoint(Bean<?> ownerBean,
AnnotatedField<?> annotatedField)
Constructs a field injection point.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotatedField<?> |
getAnnotated()
Obtain an instance of
AnnotatedField. |
String |
toString() |
getBeanpublic FieldInjectionPoint(Bean<?> ownerBean, AnnotatedField<?> annotatedField)
ownerBean - the specified owner beanannotatedField - the specified annotated fieldpublic AnnotatedField<?> getAnnotated()
InjectionPointAnnotatedField.getAnnotated in interface InjectionPointgetAnnotated in class AbstractInjectionPointAnnotatedFieldCopyright © 2009–2019 B3log. All rights reserved.