Uses of Interface
org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
Package
Description
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
-
Uses of BeanDefinitionRegistryPostProcessor in org.springframework.context.annotation
Modifier and TypeClassDescriptionclass
BeanFactoryPostProcessor
used for bootstrapping processing of@Configuration
classes.