| Package | Description | 
|---|---|
| org.springframework.beans.factory.annotation | Support package for annotation-driven bean configuration. | 
| org.springframework.beans.factory.config | SPI interfaces and configuration-related convenience classes for bean factories. | 
| 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 | 
|---|---|
| static Object | ParameterResolutionDelegate. resolveDependency(Parameter parameter,
                 int parameterIndex,
                 Class<?> containingClass,
                 AutowireCapableBeanFactory beanFactory)Resolve the dependency for the supplied  Parameterfrom the
 suppliedAutowireCapableBeanFactory. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ConfigurableListableBeanFactoryConfiguration interface to be implemented by most listable bean factories. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractAutowireCapableBeanFactoryAbstract bean factory superclass that implements default bean creation,
 with the full capabilities specified by the  RootBeanDefinitionclass. | 
| class  | DefaultListableBeanFactorySpring's default implementation of the  ConfigurableListableBeanFactoryandBeanDefinitionRegistryinterfaces: a full-fledged bean factory
 based on bean definition metadata, extensible through post-processors. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | XmlBeanFactoryDeprecated. 
 as of Spring 3.1 in favor of  DefaultListableBeanFactoryandXmlBeanDefinitionReader |