| Package | Description | 
|---|---|
| org.springframework.beans.factory.support | Classes supporting the  org.springframework.beans.factorypackage. | 
| org.springframework.beans.factory.xml | Contains an abstract XML-based  BeanFactoryimplementation,
 including a standard "spring-beans" XSD. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractBeanDefinition. applyDefaults(BeanDefinitionDefaults defaults)Apply the provided default values to this bean. | 
| Modifier and Type | Method and Description | 
|---|---|
| BeanDefinitionDefaults | BeanDefinitionParserDelegate. getBeanDefinitionDefaults()Return the default settings for bean definitions as indicated within
 the attributes of the top-level  <beans/>element. |