[aspectwerkz-user] non recursive proceed
Markus Kohler <[email protected]> Fri, 3 Feb 2006 14:12:29 +0100
| Newsgroups | gmane.comp.java.aspectwerkz.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, the documentation for JoinPoint.proceed says "Walks through the pointcuts and invokes all its advices. When the last advice of the last pointcut has been invoked, the original method is invoked. Is called recursively." For my application I would like to not call the advices recursively, but only once. Basically I only want to run the original method, without invoking advices. Is there simple way to achieve that ? Regards, Markus