SyntaxFix
Write A Post
Hire A Developer
Questions
Alternatively you can have your class implement the InitializingBean interface to provide a callback function (afterPropertiesSet()) which the ApplicationContext will invoke when the bean is constructed.
InitializingBean
afterPropertiesSet()