Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] percflow and recursion

When an aspect is declared with percflow(p), aspectOf() returns the
aspect instance associated with the current control flow; if the
pointcut p includes join points in its own control flow, e.g. for a
recursive method, the most recent aspect instance is returned.
My question: is there any way to access the other aspect instances,
i.e. for join points further up the stack?

--dougo@xxxxxxxxx


Back to the top