Browse Source

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.
pull/35405/head
Sam Brannen 7 months ago
parent
commit
5a9af9e024
  1. 1
      spring-core/src/main/java/org/springframework/core/SpringProperties.java

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

@ -38,6 +38,7 @@ import org.springframework.lang.Nullable; @@ -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

Loading…
Cancel
Save