@Deprecated public class AnnotationBean extends AbstractConfig implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
AnnotationBean()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
destroy()
已过时。
|
String |
getPackage()
已过时。
|
Object |
postProcessAfterInitialization(Object bean,
String beanName)
已过时。
|
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
已过时。
|
Object |
postProcessBeforeInitialization(Object bean,
String beanName)
已过时。
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
已过时。
|
void |
setPackage(String annotationPackage)
已过时。
|
getId, setId, toStringpublic String getPackage()
public void setPackage(String annotationPackage)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
throws org.springframework.beans.BeansException
postProcessBeanFactory 在接口中 org.springframework.beans.factory.config.BeanFactoryPostProcessororg.springframework.beans.BeansExceptionpublic void destroy()
destroy 在接口中 org.springframework.beans.factory.DisposableBeanpublic Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization 在接口中 org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.