-
Notifications
You must be signed in to change notification settings - Fork 38.6k
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
We currently have two private implementations that adapt an array of annotations to an AnnotatedElement
: AnnotatedElementUtils.AnnotatedElementForAnnotations
and TypeDescriptor.AnnotatedElementAdapter
.
The latter has been optimized over the years; whereas, the former has not.
Since there is not much point in keeping both implementations, we should extract AnnotatedElementAdapter
to a public type and get rid of AnnotatedElementForAnnotations
.
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