Extract AnnotatedElementAdapter
to public type
#34628
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
We currently have two private implementations that adapt an array of annotations to an
AnnotatedElement
:AnnotatedElementUtils.AnnotatedElementForAnnotations
andTypeDescriptor.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 ofAnnotatedElementForAnnotations
.The text was updated successfully, but these errors were encountered: