Files
spring-framework/spring-context/src/main/java/org/springframework
Sébastien Deleuze 496be9ca98 Introduce first-class support for programmatic bean registration
This commit introduces a new BeanRegistrar interface that can be
implemented to register beans programmatically in a concise and
flexible way.

Those bean registrar implementations are typically imported with
an `@Import` annotation on `@Configuration` classes.

See BeanRegistrarConfigurationTests for a concrete example.

See gh-18353
2025-03-06 19:14:03 +01:00
..
2025-03-03 08:45:54 +01:00
2024-12-19 11:07:23 +01:00
2025-03-03 08:45:54 +01:00
2025-03-03 08:45:54 +01:00
2024-12-19 11:07:23 +01:00
2024-12-19 11:07:23 +01:00
2025-02-11 11:18:23 +00:00