aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs183/436653/XB.java
blob: 4bcf903ca5c77d176e92ece6e1cc53bcf7902b0b (plain)
1
2
3
4
5
6
import org.aspectj.lang.annotation.*;

aspect XB {
  before(): execution(* B.*(..)) {}
}