$. What it does?
When we design our own Java classes, we often depend on the 3rd party Java classes.
Sometimes, we need to clarify the relationship among those 3rd party Java classes.
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...