1 2 3 4 5 6 7 8
aspect Conflict1 { declare precedence: Conflict1, Conflict2; before(): execution(* *(..)) { } }