Spring是否仍然只支持方法执行连接点?

huangapple go评论77阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2020年8月9日 19:46:40
  • 转载请务必保留本文链接:https://go.coder-hub.com/63325938.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定