mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
Migrate away from `AnnotationUtils` and `AnnotatedElementUtils` when possible to the new `MergedAnnotations` API. Closes gh-16551