An alternative to implementing InitializingBean is specifying a custom init-method, for example in an XML bean definition. For a list of all bean lifecycle methods, see the BeanFactory javadocs. @author Rod Johnson @see BeanNameAware @see BeanFactoryAware @see BeanFactory @see org.springframework.beans.factory.support.RootBeanDefinition#getInitMethodName @see org.springframework.context.ApplicationContextAware
|
|
|
|
|
|
|
|
|
|
|
|
|
|