Add AOT interfaces and classes to support bean factories

Add AOT processor and contribution interfaces and classes to
support the generation of code that can re-hydrate a bean
factory.

See gh-28414
This commit is contained in:
Phillip Webb
2022-04-13 20:20:59 -07:00
parent c5c68a4662
commit 4d87071f3a
46 changed files with 6492 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
org.springframework.beans.factory.aot.BeanFactoryInitializationAotProcessor=\
org.springframework.beans.factory.aot.BeanRegistrationsAotProcessor