I think somewhere along the line, i thought i'd be able to get information about the pointcut that was hit (even simply its id) out of the invocation, but it seems this cannot be done, regardless of...
Type: Posts; User: jrasm; Keyword(s):
I think somewhere along the line, i thought i'd be able to get information about the pointcut that was hit (even simply its id) out of the invocation, but it seems this cannot be done, regardless of...
I thought about that. I was trying to put it all in one place but it sounds like your suggestion may be the best alternative
What i'd like to do is when an aspect is invoked based on the pointcut being matched, perform several tasks, then if the aspect is being invoked because of a select few of these pointcuts being...
Any solution to this? I have a similar issue.