...And Aspect by AspectJ can shed light on our way.
This project is the template for the Aspect by AspectJ.
By the pointcut for the method call, we can trace back'who calls it.
The word 'who' in this context is:
Which method of which class
For instance ...
By the pointcut for:
com.thirdparty.Foo.bar()
we can trace:
Which method of which class
calls:
com.thirdparty.Foo.bar()
$. Requirements
This project depends on:
AspectJ
Ant