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 pattern may contain modifiers (such as
public
) which can be negated (as in!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.1172244836.txt.gz · Last modified: 2007/02/23 16:33 by bdefrain