Uses of Interface
org.springframework.context.annotation.ImportBeanDefinitionRegistrar
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 ImportBeanDefinitionRegistrar in org.springframework.context.annotation
Modifier and TypeClassDescriptionclass
Registers an auto proxy creator against the currentBeanDefinitionRegistry
as appropriate based on an@Enable*
annotation havingmode
andproxyTargetClass
attributes set to the correct values.