Intro Ex1 Ex2 Ex3 Ex4 Ex5 Ex6 Ex7
Add another advice to the aspect Basics that only prints a message when the stop method is executed through the start method.
cflow(Pointcut) to match join points within the control flow of the join points matched by a given pointcut.
Rerun the application and verify that the advice does not trigger when stop is executed from the main method.
Continue with Exercise 6.