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

Does Spring still only supports method execution join points?

我知道 Spring 过去只支持方法执行连接点,如发布文档中所述 2.0.X :

Spring AOP currently supports only method execution join points (advising the execution of methods on Spring beans)

我在最新的 document.

中找不到任何关于 Spring AOP 连接点当前功能的评论

最新版本相同。 Doc

在 5.1. AOP概念,第二点:

In Spring AOP, a join point always represents a method execution.