当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
DefaultsDefinition (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.beans.factory.parsing
Interface DefaultsDefinition
- All Superinterfaces:
- BeanMetadataElement
- All Known Implementing Classes:
- DocumentDefaultsDefinition
public interface DefaultsDefinition
- extends BeanMetadataElement
Marker interface for a defaults definition,
extending BeanMetadataElement to inherit source exposure.
Concrete implementations are typically based on 'document defaults',
for example specified at the root tag level within an XML document.
- Since:
- 2.0.2
- Author:
- Juergen Hoeller
- See Also:
DocumentDefaultsDefinition
,
ReaderEventListener.defaultsRegistered(DefaultsDefinition)
Copyright © 2002-2007 The Spring Framework.