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

public aspect ExecutionAdviceWeaveSlow {

	before() : execution(void *(..)) {
		System.out.println("In the aspect");
	}
}