Ankit Chauhan
Ankit Chauhan

Reputation: 704

Does Spring still only supports method execution join points?

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.

Upvotes: 0

Views: 162

Answers (1)

Cyril G.
Cyril G.

Reputation: 2017

Same for latest version. Doc

In 5.1. AOP Concepts, second points:

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

Upvotes: 3

Related Questions