From 56b51d01a72027e1e79608a62e9fbb31ed50be2a Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Mon, 9 Jan 2023 15:26:20 +0100 Subject: [PATCH] Clarify that AOT uses code generation --- .../docs/asciidoc/getting-started/introducing-spring-boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/introducing-spring-boot.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/introducing-spring-boot.adoc index 321af9f80e0..06602519faf 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/introducing-spring-boot.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/introducing-spring-boot.adoc @@ -11,4 +11,4 @@ Our primary goals are: * Provide a radically faster and widely accessible getting-started experience for all Spring development. * Be opinionated out of the box but get out of the way quickly as requirements start to diverge from the defaults. * Provide a range of non-functional features that are common to large classes of projects (such as embedded servers, security, metrics, health checks, and externalized configuration). -* Absolutely no code generation and no requirement for XML configuration. +* Absolutely no code generation (when not targeting native image) and no requirement for XML configuration.