Browse Source

making lack of after returning advice consitent with expected events

tags/V_1_1_b5
jhugunin 21 years ago
parent
commit
7dd2994ade
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/new/HandlerSignature.java

+ 1
- 1
tests/new/HandlerSignature.java View File

aspect A { aspect A {
static { static {
U.ee("before handler"); U.ee("before handler");
U.ee("after handler");
//U.ee("after handler");
} }


before() : handler(*) { before() : handler(*) {

Loading…
Cancel
Save