org.aspectj/tests/bugs169/pr308773/Aspy.aj
2010-04-13 20:19:48 +00:00

5 lines
53 B
Plaintext

public aspect Aspy {
before(): call(* *(..)) { }
}