In Spring 3.0, ApplicationContext performs miscellaneous verification when creating beans and performing dependency injections.
It is possible to have it use a bean validator or should I have it call back a @PostConstruct method calling this validator?
Update
This validator would perform deeper validation than ApplicationContext.
What do you want to validate? Depending on your needs BeanFactoryPostProcessor might fit.