aboutsummaryrefslogtreecommitdiffstats
path: root/tests/multiIncremental/PR93310_1/inc1/src/pack/C2.aj
blob: ec358f3357a6e45641436f0c333d82dbf09f3dd5 (plain)
1
2
3
4
5
6
7
8
9
10
package pack;

public class C2 {
	
}

//aspect Monitor {
//pointcut pc1() : execution(* *.*(..));
//before() : pc1() {}
//}