Spring / Spring Beans
Explain inner beans in Spring framework?
Inner beans are spring beans that are used as a property of another spring bean.
Spring's XML-based configuration metadata provides the use of <bean/> element inside the <property/> or <constructor-arg/> elements of a bean definition to declare inner beans. Inner beans are always anonymous and it is always scoped as prototypes.
More Related questions...