Skip to content

Commit 5a9af9e

Browse files
committed
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.
1 parent 0867dfc commit 5a9af9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-core/src/main/java/org/springframework/core/SpringProperties.java

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
*
3939
* @author Juergen Hoeller
4040
* @since 3.2.7
41+
* @see org.springframework.aot.AotDetector#AOT_ENABLED
4142
* @see org.springframework.beans.StandardBeanInfoFactory#IGNORE_BEANINFO_PROPERTY_NAME
4243
* @see org.springframework.beans.factory.support.DefaultListableBeanFactory#STRICT_LOCKING_PROPERTY_NAME
4344
* @see org.springframework.core.env.AbstractEnvironment#IGNORE_GETENV_PROPERTY_NAME

0 commit comments

Comments
 (0)