I have a method in a complex java program that needs to be called immediately after the web ApplicationContext and SpringBeans have been initialized.
I\'ve tried toy
You could add a custom BeanFactoryPostProcessor which has access to the bean in question.