Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Capturing join points based on thread

Hi all,
 I want to exclude join points based on the thread.


Example. I want to capture all method calls on class Foo unless those methods were being executed on thread X.

Is this possible?

Thank you.


Back to the top