Uses of Interface
org.springframework.context.annotation.ImportBeanDefinitionRegistrar
Packages that use 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.
Support for creating a registry of HTTP Service client proxies, and declaring
the proxies as beans.
-
Uses of ImportBeanDefinitionRegistrar in org.springframework.context.annotation
Classes in org.springframework.context.annotation that implement ImportBeanDefinitionRegistrarModifier 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. -
Uses of ImportBeanDefinitionRegistrar in org.springframework.web.service.registry
Classes in org.springframework.web.service.registry that implement ImportBeanDefinitionRegistrarModifier and TypeClassDescriptionclass
Abstract registrar class that imports: Bean definitions for HTTP Service interface client proxies organized byHttpServiceGroup
.