Browse Source

[SPR-6821] Removed lingering reference to StandardScopes.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2946 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Sam Brannen 16 years ago
parent
commit
b8186cd120
  1. 2
      spring-framework-reference/src/beans.xml

2
spring-framework-reference/src/beans.xml

@ -5632,7 +5632,7 @@ public class MovieFinderImpl implements MovieFinder { @@ -5632,7 +5632,7 @@ public class MovieFinderImpl implements MovieFinder {
<interfacename>@Scope</interfacename> annotation. Simply provide the
name of the scope within the annotation:</para>
<programlisting language="java">@Scope(StandardScopes.PROTOTYPE)
<programlisting language="java">@Scope("prototype")
@Repository
public class MovieFinderImpl implements MovieFinder {
<lineannotation>// ...</lineannotation>

Loading…
Cancel
Save