diff --git a/spring-framework-reference/src/beans.xml b/spring-framework-reference/src/beans.xml index 26c14443f1d..075d5cd71fc 100644 --- a/spring-framework-reference/src/beans.xml +++ b/spring-framework-reference/src/beans.xml @@ -5632,7 +5632,7 @@ public class MovieFinderImpl implements MovieFinder { @Scope annotation. Simply provide the name of the scope within the annotation: - @Scope(StandardScopes.PROTOTYPE) + @Scope("prototype") @Repository public class MovieFinderImpl implements MovieFinder { // ...