Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] identifying class not included in pointcut

Suppose I have program in which some method calls are targeted by a pointcut, while others are not. Of course a targeted method could be invoked by a non-targeted method. What I want to know is when this has happened. I (think) I know that I cant get the invoking, non-targeted method's FQN without targeting it,  (but I would take it if I could have it)..  what I am interested in is knowing the  fact that this has occurred at all. Is this possible?

Thank you!

-T 

Back to the top