Uses of Interface
org.springframework.context.annotation.AnnotationConfigRegistry
Packages that use AnnotationConfigRegistry
Package
Description
Annotation support for the Application Context, including JSR-250 "common"
 annotations, component-scanning, and Java-based metadata for creating
 Spring-managed objects.
Classes supporting the 
org.springframework.web.context package,
 such as WebApplicationContext implementations and various utility classes.- 
Uses of AnnotationConfigRegistry in org.springframework.context.annotationClasses in org.springframework.context.annotation that implement AnnotationConfigRegistryModifier and TypeClassDescriptionclassStandalone application context, accepting component classes as input — in particular@Configuration-annotated classes, but also plain@Componenttypes and JSR-330 compliant classes usingjakarta.injectannotations.
- 
Uses of AnnotationConfigRegistry in org.springframework.web.context.supportClasses in org.springframework.web.context.support that implement AnnotationConfigRegistryModifier and TypeClassDescriptionclassWebApplicationContextimplementation which accepts component classes as input — in particular@Configurationclasses, but also plain@Componentclasses as well as JSR-330 compliant classes usingjakarta.injectannotations.