Hi Stephen, Did you see @DeclarePrecedence ?
http://eclipse.org/aspectj/doc/next/adk15notebook/ataspectj-declare.html cheers, Andy On 14 July 2010 15:49, Stephen Boesch <[email protected]> wrote: > Does annotation based @AspectJ support precedence? > If I have > @Aspect > public class LowerPriorityAspect { > .. > } > @Aspect > public class HigherPriorityAspect { > .. > } > > Then > public class SomeAdvisedClass { > > public void someMethodAdvisedByBothAspects() { > } > > } > So, how would I perform the equivalent of: > > declare precedence : HigherPriorityAspect, LowerPriorityAspect > > using the @AspectJ syntax? > > In general, I'm stuck with @AspectJ at this point due to my tool chain. > > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users > > _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
