mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
91a6254187
This commit introduces tests that verify support for using @PropertySource as a repeatable annotation without the @PropertySources container, both locally on an @Configuration class and on a custom composed annotation. See gh-26329