aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features167/overweaving/messy2/A.aj
blob: 78f5b99a2966563edf3be951e69a3f4e6b38b48c (plain)
1
2
3
public aspect A {
  before(): execution(* *(..)) {System.out.println("A:"+thisJoinPointStaticPart);}
}