spring-framework/spring-beans
Stephane Nicoll 2141373c43 Introduce AOT variant of BeanPostProcessor
This commit introduces an optional interface that a BeanPostProcessor
can implement to opt-in for providing a generated code equivalent of
what it does with a regular runtime.

This commit has a first implementation of this interface with
AutowiredAnnotationBeanPostProcessor replacing its processing of
autowired annotations by generated code.

Closes gh-27921
2022-02-15 13:27:07 +01:00
..
src Introduce AOT variant of BeanPostProcessor 2022-02-15 13:27:07 +01:00
spring-beans.gradle Upgrade to Groovy 4.0 2022-02-04 21:01:02 +01:00