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
), or 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.1172244646.txt.gz · Last modified: 2007/02/23 16:30 by bdefrain