Skip to content

Methods in AnnotationConfigUtils.processCommonDefinitionAnnotations(…) should be public [SPR-11032] #15660

@spring-projects-issues

Description

@spring-projects-issues

Oliver Drotbohm opened SPR-11032 and commented

In scenarios where you'd like to manually lookup bean definitions by classpath scanning, consider the annotations found on the component type found and forward it to a different bean definition (i.e. using ClassPathBeanDefinitionParser is not an option) it would be helpful to be able to use AnnotationConfigUtils.processCommonDefinitionAnnotations(…) to not have to re-implement the annotation lookup and value parsing.


Referenced from: commits 93405fb, 8bd4804

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions