org.aspectj/tests/bugs/bug70619/Order2.aj

6 lines
105 B
Plaintext
Raw Normal View History

aspect Conflict2 {
after(): execution(* *(..)) { }
declare precedence: Conflict2, Conflict1;
}