Intro Ex1 Ex2 Ex3 Ex4 Ex5 Ex6 Ex7
Add another advice to the aspect Basics
that prints a message containing the input value of the method stop
immediately before it is executed.
args(Var,…)
(where Var
is the name of a variable declared in the signature of enclosing advice) to capture argument values from the join point.
Rerun the application and verify the output.
Continue with Exercise 5.