aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features167/timers/one/Asp.java
blob: fe41a15900a90bbfef96681db2ae911033b7d84b (plain)
1
2
3
public aspect Asp {
  before(): execution(* *(..)) {}
}