Bean Inheritance

来源:互联网 发布:网络订餐 南京食药监 编辑:程序博客网 时间:2024/06/05 19:41

<bean id="inheritChild" class="com.apress.prospring3.ch4.inheritance.SimpleBean" parent="inheritParent">

you   don’t want a parent bean definition to become available for lookup from the ApplicationContext, you can
add the attribute abstract="true" in the <bean> tag when declaring the parent bean.abstract="true"


bean inheritance in xml as more like a templating feature than an inheritance feature

原创粉丝点击