posted 17 years ago
Hi Everybody,
By returning true from isSingleton() method of FactoryBean implementation class,
Does Spring create a Singleton instance of the Class Implementing the FactoryBean Interface
If yes, then the following code
does not throw an exception even when the Implementing class has explicitly defined itself as a singleton through scope="prototype" and isSingleton() method returns true.
Thanks In Advance,
Pramod