spring-framework/spring-beans
Stephane Nicoll 9ba927215e Add support for ImportAware callback
This commit adds a way for a BeanFactoryPostProcessor to participate to
AOT optimizations by contributing code that replaces its runtime
behaviour.

ConfigurationClassPostProcessor does implement this new interface and
computes a mapping of the ImportAware configuration classes. The mapping
is generated for latter reuse by ImportAwareAotBeanPostProcessor.

Closes gh-2811
2022-03-09 11:17:21 +01:00
..
src Add support for ImportAware callback 2022-03-09 11:17:21 +01:00
spring-beans.gradle Upgrade to Groovy 4.0 2022-02-04 21:01:02 +01:00