Package org.springframework.context.aot
@NonNullApi
@NonNullFields
package org.springframework.context.aot
AOT support for application contexts.
-
ClassDescriptionProcess an
ApplicationContext
and itsBeanFactory
to generate code that represents the state of the bean factory, as well as the necessary hints that can be used at runtime in a constrained environment.Initializes aConfigurableApplicationContext
using AOT optimizations.Register the necessary reflection hints so that the specified type can be bound at runtime.