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.
Same for latest version. Doc
In 5.1. AOP Concepts, second points:
In Spring AOP, a join point always represents a method execution.