spring-framework/spring-context
Stephane Nicoll 672555a568 Add support of init and destroy methods
This commit updates InitDestroyBeanPostProcessor so that it contributes
init or destroy method names to the `RootBeanDefinition`. This is then
used by the generator to provide these methods to the optimized AOT
context.

Invocation of those init methods still happen using reflection so
dedicated hints are contributed for them.

Closes gh-28151
2022-03-12 13:35:56 +01:00
..
src Add support of init and destroy methods 2022-03-12 13:35:56 +01:00
.springBeans
spring-context.gradle Introduce ApplicationContextAotGenerator 2022-03-09 11:17:21 +01:00