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

public aspect ExecutionAdviceWeaveFast {

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