aboutsummaryrefslogtreecommitdiffstats
path: root/tests/options/aspectpath/MyAspect.aj
blob: 4b2c632d784a09dad985812aadeed09e1f72dc13 (plain)
1
2
3
4
5
public aspect MyAspect {
	
	declare warning : execution(* *(..)) : "a method";
	
}