This is similar in concept to the Spring {@link org.springframework.beans.factory.InitializingBean}. @author Joe Walker [joe at getahead dot ltd dot uk]
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|