Clarify that AOT uses code generation

This commit is contained in:
Moritz Halbritter 2023-01-09 15:26:20 +01:00
parent 3c45a805f5
commit 56b51d01a7

View File

@ -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.