我应该如何为重载方法指定 AOP 方面?
我使用 Java 和 Spring AOP 开发应用程序。一切都很好,但我创建了重载方法并想要设置 AOP。
通过更改 aop:pointcut
id 进行简单复制并没有帮助。
I develop application in Java and Spring AOP. Anything is good, but I've created overloaded method and want to set up AOP.
Simple duplication with changing aop:pointcut
id doesn't help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己没有尝试过,但还有一个用于匹配参数的切入点:
类似:
参见:
http://static.springsource.org/spring/docs /3.0.x/reference/html/aop.html
I didn't try it out myself, but there is also a pointcut for matching on arguments:
Something like:
See:
http://static.springsource.org/spring/docs/3.0.x/reference/html/aop.html