英文:
Does Spring still only supports method execution join points?
问题
我知道Spring以前只支持方法执行连接点,正如在2.0.X版本的文档中所述:
Spring AOP目前只支持方法执行连接点(通知Spring bean上方法的执行)
我无法在最新的文档中找到关于Spring AOP连接点当前能力的任何评论。
英文:
I know that Spring used to support only method execution join points as stated in documents of release 2.0.X :
> Spring AOP currently supports only method execution join points (advising the execution of methods on Spring beans)
I can't find any comments on the current capabilities of Spring AOP join points in the latest document.
答案1
得分: 3
同样适用于最新版本。文档
在5.1版本中,AOP概念,第二点:
在Spring AOP中,连接点始终代表方法执行。
英文:
Same for latest version. Doc
In 5.1. AOP Concepts, second points:
> In Spring AOP, a join point always represents a method execution.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论