child bean definition's scope attribute can be inherited from parent bean definition now (SPR-3542)

This commit is contained in:
Juergen Hoeller
2009-11-12 02:10:59 +00:00
parent fcaf692225
commit a884a407aa

View File

@@ -132,7 +132,8 @@ public interface BeanDefinition extends AttributeAccessor, BeanMetadataElement {
void setFactoryMethodName(String factoryMethodName);
/**
* Return the name of the current target scope for this bean.
* Return the name of the current target scope for this bean,
* or <code>null</code> if not known yet.
*/
String getScope();