mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 08:19:01 +00:00
This commit extracts AnnotatedElementAdapter from TypeDescriptor and introduces it as a public, top-level type in the org.springframework.core.annotation package, and AnnotatedElementUtils.forAnnotations() now returns an instance of AnnotatedElementAdapter instead of AnnotatedElementForAnnotations which has been removed. In addition, this commit adds missing Javadoc for AnnotatedElementAdapter and refines some of the implementation. Closes gh-34628