summaryrefslogtreecommitdiffstats
path: root/tests/features167/overweaving/getset/A.aj
blob: 25e26c12703d02d446a0c1daecb50f679d4d1003 (plain)
1
2
3
public aspect A {
  before(): !cflow(adviceexecution()) && get(* *) {System.out.println("A:"+thisJoinPointStaticPart);}
}