summaryrefslogtreecommitdiffstats
path: root/tests/model/prX/X.java
blob: 753146e2711926a42e6887573ec0b171ee5249fb (plain)
1
2
3
public aspect X {
  before():execution(* *(..)) && !within(X) {}
}