-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
A BeanNameGenerator
can be configured for usage in component scanning configuration classes. That support allows custom annotation based activation of functionality via annotations importing an ImportBeanDefinitionRegistrar
. Its primary callback method unfortunately currently doesn't provide access to the BeanNameGenerator
potentially provided so that a customization of that generator cannot be considered for components registered via the registrar.
It would be nice, if there was a way to consume the BeanNameGenerator
to allow components being registered to follow the configured naming strategy.
sbrannen
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement