Polishing

This commit is contained in:
Juergen Hoeller
2024-09-27 19:16:12 +02:00
parent b6cfa2db0b
commit 9f4968ed05
4 changed files with 18 additions and 24 deletions

View File

@@ -11,7 +11,7 @@
</description>
<bean id="aapc" class="org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator">
<!-- This common interceptor will be applied always, before custom lockable advisor -->
<!-- This common interceptor will be applied before the custom lockable advisor -->
<property name="interceptorNames">
<value>nopInterceptor</value>
</property>
@@ -44,4 +44,3 @@
<bean id="packageVisibleMethod" class="org.springframework.aop.framework.autoproxy.PackageVisibleMethod"/>
</beans>