1 2 3 4 5 6 7 8 9 10 11 12
package ma; import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.DeclarePrecedence; @Aspect @DeclarePrecedence("ma.aspect1.Aspect1, " + "ma.aspect2.Aspect2, " + "ma.aspect3.Aspect3") class Precedence { }