We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b95d9 commit 258bd3fCopy full SHA for 258bd3f
spring-context/src/main/kotlin/org/springframework/context/support/BeanDefinitionDsl.kt
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2021 the original author or authors.
+ * Copyright 2002-2023 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -108,7 +108,7 @@ open class BeanDefinitionDsl internal constructor (private val init: BeanDefinit
108
SINGLETON,
109
110
/**
111
- * Scope constant for the standard singleton scope
+ * Scope constant for the standard prototype scope
112
* @see org.springframework.beans.factory.config.BeanDefinition.SCOPE_PROTOTYPE
113
*/
114
PROTOTYPE
0 commit comments