aboutsummaryrefslogtreecommitdiffstats
path: root/tests/incrementalPerformance/Proj64/ExecutionAdviceWeaveMedium.aj
blob: c9dda5d728aafae705f3ea36c1b4a55fb85a76a9 (plain)
1
2
3
4
5
6
7
8
// Auto-generated

public aspect ExecutionAdviceWeaveMedium {

	before() : args(out.C0) && execution(void m0(..)) {
		System.out.println("In the aspect");
	}
}