Package org.springframework.context.aot
@NullMarked
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.SpecializedApplicationcontextInitializerused to initialize aconfigurableApplicationcontextusing artifacts that were generated ahead-of-time.Process anApplicationcontextand itsBeanFactoryto 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.Builder for an AOT contribution that detects the presence of@Reflectiveon annotated elements and invoke the underlyingReflectiveProcessorimplementations.