From 5a9af9e0249648ae4d2eb7860f99114c6d490542 Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Wed, 7 May 2025 16:10:43 +0200 Subject: [PATCH] Document AotDetector.AOT_ENABLED flag in SpringProperties Prior to this commit, the AotDetector.AOT_ENABLED flag was documented in the reference manual not in the Javadoc for SpringProperties. --- .../src/main/java/org/springframework/core/SpringProperties.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-core/src/main/java/org/springframework/core/SpringProperties.java b/spring-core/src/main/java/org/springframework/core/SpringProperties.java index 1bb44d6cd2..865b532a17 100644 --- a/spring-core/src/main/java/org/springframework/core/SpringProperties.java +++ b/spring-core/src/main/java/org/springframework/core/SpringProperties.java @@ -38,6 +38,7 @@ import org.springframework.lang.Nullable; * * @author Juergen Hoeller * @since 3.2.7 + * @see org.springframework.aot.AotDetector#AOT_ENABLED * @see org.springframework.beans.StandardBeanInfoFactory#IGNORE_BEANINFO_PROPERTY_NAME * @see org.springframework.beans.factory.support.DefaultListableBeanFactory#STRICT_LOCKING_PROPERTY_NAME * @see org.springframework.core.env.AbstractEnvironment#IGNORE_GETENV_PROPERTY_NAME