Improve wording of scoped-proxy example in ref doc
Issue: SPR-8591
This commit is contained in:
@@ -405,7 +405,7 @@
|
||||
<lineannotation><!-- an HTTP <interfacename>Session</interfacename>-scoped bean exposed as a proxy --></lineannotation>
|
||||
<bean id="userPreferences" class="com.foo.UserPreferences" <emphasis role="bold">scope="session"</emphasis>>
|
||||
|
||||
<lineannotation><!-- this next element effects the proxying of the surrounding bean --></lineannotation>
|
||||
<lineannotation><!-- instructs the container to proxy the surrounding bean --></lineannotation>
|
||||
<emphasis role="bold"><aop:scoped-proxy/></emphasis>
|
||||
</bean>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user