We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fe8ee commit 0b2c2d0Copy full SHA for 0b2c2d0
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