aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features167/overweaving/X.aj
blob: 8c51d6072811c639a5b6fa68879d81911282a7a0 (plain)
1
2
3
4
5
6
aspect X {
before(): execution(* *(..)) {
  System.out.println("AspectX>>"+thisJoinPointStaticPart);
}
}