JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Index
Search
Help
org.springframework.boot.gradle.tasks.aot
Contents
Description
Classes and Interfaces
Hide sidebar
Show sidebar
Package org.springframework.boot.gradle.tasks.aot
@NullMarked
package
org.springframework.boot.gradle.tasks.aot
Support for ahead-of-time processing of an application built with Gradle.
Classes
Class
Description
AbstractAot
Specialization of
JavaExec
to be used as a base class for tasks that perform ahead-of-time processing.
ProcessAot
Custom
JavaExec
task for ahead-of-time processing of a Spring Boot application.
ProcessTestAot
Custom
JavaExec
task for ahead-of-time processing of a Spring Boot application's tests.