public interface InjectionPoint
| Modifier and Type | Method and Description |
|---|---|
Annotated |
getAnnotated()
Obtain an instance of
AnnotatedField. |
Bean<?> |
getBean()
Get the
Bean object representing the
bean that defines the injection point. |
Bean<?> getBean()
Bean object representing the
bean that defines the injection point. If the injection point does not
belong to a bean, return a null value.Bean object representing
bean that defines the injection point, of null if the injection
point does not belong to a beanAnnotated getAnnotated()
AnnotatedField.AnnotatedFieldCopyright © 2009–2019 B3log. All rights reserved.