mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 22:59:03 +00:00
This commit improves registerAnnotation to also registers the meta annotation sources, if any. Without them, the annotation could not be fully resolved. See gh-28497