mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
18e9699a2b
This commit demonstrates how to register one or more @Configuration classes via an ApplicationContextInitializer in a composed annotation so that certain @Configuration classes are always registered whenever the composed annotation is used, even if the composed annotation is used to declare additional @Configuration classes.