mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 07:39:09 +00:00
This commit only tests which init/destroy methods are "registered" in AOT mode. This commit does NOT test that the registered methods can actually be invoked in AOT mode: that will be addressed in a separate commit. See gh-30692