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.

I think itīs something like declaring a pointcut inside a method, so I can pass the joinPoint to that Pointcut.

How can I do that?

Thanks