| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CustomAutowireConfigurerA  BeanFactoryPostProcessorimplementation that allows for convenient registration of custom autowire
 qualifier types. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CustomEditorConfigurerBeanFactoryPostProcessorimplementation that allows for convenient
 registration of customproperty editors. | 
| class  | CustomScopeConfigurerSimple  BeanFactoryPostProcessorimplementation that registers
 customScope(s)with the containingConfigurableBeanFactory. | 
| class  | DeprecatedBeanWarnerBean factory post processor that logs a warning for  @Deprecatedbeans. | 
| class  | PlaceholderConfigurerSupportAbstract base class for property resource configurers that resolve placeholders
 in bean definition property values. | 
| class  | PreferencesPlaceholderConfigurerDeprecated. 
 as of 5.2, along with  PropertyPlaceholderConfigurer | 
| class  | PropertyOverrideConfigurerProperty resource configurer that overrides bean property values in an application
 context definition. | 
| class  | PropertyPlaceholderConfigurerDeprecated. 
 as of 5.2; use  org.springframework.context.support.PropertySourcesPlaceholderConfigurerinstead which is more flexible through taking advantage of theEnvironmentandPropertySourcemechanisms. | 
| class  | PropertyResourceConfigurerAllows for configuration of individual bean property values from a property resource,
 i.e. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BeanDefinitionRegistryPostProcessorExtension to the standard  BeanFactoryPostProcessorSPI, allowing for
 the registration of further bean definitions before regular
 BeanFactoryPostProcessor detection kicks in. |