devvvy
01-22-2009, 07:20 AM
hello, I've associated a method with multiple around advices - my question is, how can I, if it's possible, for me to control the order of invocation?
Also is it possible for Before advice to abort advice invocation and final invoke of the method intercepted *without* throwing an exception? If not, then is "Around" advice my only option?
Thanks!
Also is it possible for Before advice to abort advice invocation and final invoke of the method intercepted *without* throwing an exception? If not, then is "Around" advice my only option?
Thanks!