aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features167/overweaving/calls/A.aj
blob: 7ae3e52c5db868721a06c9f3ab0cfa09e97ba508 (plain)
1
2
3
public aspect A {
  before(): !cflow(adviceexecution()) && call(* *(..)) {System.out.println("A:"+thisJoinPointStaticPart);}
}