Uses of Interface
org.springframework.context.annotation.ImportBeanDefinitionRegistrar
Packages that use ImportBeanDefinitionRegistrar Package Description org.springframework.context.annotation 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
Classes in org.springframework.context.annotation that implement ImportBeanDefinitionRegistrar Modifier and Type Class Description classAutoProxyRegistrarRegisters an auto proxy creator against the currentBeanDefinitionRegistryas appropriate based on an@Enable*annotation havingmodeandproxyTargetClassattributes set to the correct values.