Package org.springframework.context.aot
@NonNullApi
@NonNullFields
package org.springframework.context.aot
AOT support for application contexts.
-
ClassDescriptionAbstract base class for filesystem-based ahead-of-time (AOT) processing.Common settings for AOT processors.Fluent builder API for
AbstractAotProcessor.Settings
.SpecializedApplicationContextInitializer
used to initialize aConfigurableApplicationContext
using artifacts that were generated ahead-of-time.Process anApplicationContext
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.Filesystem-based ahead-of-time (AOT) processing base implementation.