aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features167/overweaving/getset/B.aj
blob: 4364571f3f72f9e579f73cf52e2bb3f913818db0 (plain)
1
2
3
public aspect B {
  before(): !cflow(adviceexecution()) && set(* *) {System.out.println("B:"+thisJoinPointStaticPart);}
}