Overview
StaticListableBeanFactory.isSingleton()
returns false
for all singleton beans other than singletons created by a FactoryBean
.
Deliverables
- [x] Ensure
StaticListableBeanFactory.isSingleton()
returnstrue
for all beans not created by aFactoryBean
.