mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
e09cdcd920
This commit completely removes all support for convention-based annotation attribute overrides in Spring's annotation utilities and the MergedAnnotations infrastructure. Composed annotations must now use @AliasFor to declare explicit overrides for attributes in meta-annotations. See gh-28760 Closes gh-28761