Uses of Interface
org.springframework.context.annotation.ConfigurationBeanNameGenerator
Packages that use ConfigurationBeanNameGenerator
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 ConfigurationBeanNameGenerator in org.springframework.context.annotation
Classes in org.springframework.context.annotation that implement ConfigurationBeanNameGeneratorModifier and TypeClassDescriptionclass
Extended variant ofFullyQualifiedAnnotationBeanNameGenerator
for@Configuration
class purposes, not only enforcing fully-qualified names for component and configuration classes themselves but also fully-qualified default bean names ("className.methodName") for@Bean
methods.