Browse Source

Link to Objenesis property name constant in SpringProperties

pull/26504/head
Sam Brannen 5 years ago
parent
commit
ad8775ef95
  1. 1
      spring-core/src/main/java/org/springframework/core/SpringProperties.java

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

@ -44,6 +44,7 @@ import org.springframework.lang.Nullable; @@ -44,6 +44,7 @@ import org.springframework.lang.Nullable;
* @see org.springframework.expression.spel.SpelParserConfiguration#SPRING_EXPRESSION_COMPILER_MODE_PROPERTY_NAME
* @see org.springframework.jdbc.core.StatementCreatorUtils#IGNORE_GETPARAMETERTYPE_PROPERTY_NAME
* @see org.springframework.jndi.JndiLocatorDelegate#IGNORE_JNDI_PROPERTY_NAME
* @see org.springframework.objenesis.SpringObjenesis#IGNORE_OBJENESIS_PROPERTY_NAME
* @see org.springframework.test.context.NestedTestConfiguration#ENCLOSING_CONFIGURATION_PROPERTY_NAME
* @see org.springframework.test.context.TestConstructor#TEST_CONSTRUCTOR_AUTOWIRE_MODE_PROPERTY_NAME
* @see org.springframework.test.context.cache.ContextCache#MAX_CONTEXT_CACHE_SIZE_PROPERTY_NAME

Loading…
Cancel
Save