We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e995033 + 0b2c2d0 commit 37e8ef1Copy full SHA for 37e8ef1
spring-context/src/main/kotlin/org/springframework/context/support/BeanDefinitionDsl.kt
@@ -109,7 +109,7 @@ open class BeanDefinitionDsl internal constructor (private val init: BeanDefinit
109
SINGLETON,
110
111
/**
112
- * Scope constant for the standard singleton scope
+ * Scope constant for the standard prototype scope
113
* @see org.springframework.beans.factory.config.BeanDefinition.SCOPE_PROTOTYPE
114
*/
115
PROTOTYPE
0 commit comments