aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1811/cft/Azpect.java
blob: 3ceaf555330068c6066483e33553d51db8217bc4 (plain)
1
2
3
aspect Azpect {
  before(): execution(* Foo+.*()) {}
}