public interface AnnotationBeanDefinition extends BeanDefinition
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getInjectedInstance() |
List<Field> |
getInjectFields() |
List<Method> |
getInjectMethods() |
void |
setInjectedInstance(Object object) |
void |
setInjectFields(List<Field> fields) |
void |
setInjectMethods(List<Method> methods) |
getClassName, getConstructor, getId, getInitMethod, getInterfaceNames, setClassName, setConstructor, setId, setInitMethod, setInterfaceNamesCopyright © 2016. All rights reserved.