提交 ee533080 编写于 作者: J Juergen Hoeller

BeanDefinitions return isSingleton()=true by default again (for CXF compatibility)

上级 a7414104
......@@ -120,7 +120,7 @@ public abstract class AbstractBeanDefinition extends BeanMetadataAttributeAccess
private String scope;
private boolean singleton = false;
private boolean singleton = true;
private boolean prototype = false;
......@@ -171,6 +171,7 @@ public abstract class AbstractBeanDefinition extends BeanMetadataAttributeAccess
private Resource resource;
/**
* Create a new AbstractBeanDefinition with default settings.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册