1. Spring: Getting FactoryBean object instead of FactoryBean.getObject() stackoverflow.comShort question: If I have class that impelemnts FactoryBean interface, how can I get from FactoryBean object itself instead of FactoryBean.getObject()? Long question: I have to use 3-rd party Spring based library ... |