basics:ex3
This is an old revision of the document!
The Basics: Exercise 3
Add another advice to the Basics aspect to print out a signature before the execution of all non-static methods of Application, except for the start method.
- The signature in a pointcut may contain modifiers (such as
public) as well as negated modifiers (such as!public) - You can combine different pointcuts as logic predicates using the operators
&&,||and!.
Rerun the application and verify the output.
Continue with Exercise 4.
basics/ex3.1172244671.txt.gz · Last modified: by bdefrain
