Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Question about matching JoinPoints

Hello, I got a question, I have a JoinPoint instance (for example, the one that you get when you use thisJoinPoint keyword), I´m receiving it from another aspect, and I need to match it in the receiving aspect, so an advice can intercept it. How can I do that?

Thank you,

--
Andrés Barrera

Back to the top