Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] exclude some originating objects?

Is it possible to define a pointcut such that it picks out calls to methods of one class (A) unless those calls are made from some class (B)?
 
I know how to do the first part but not how to exclude the objects which are making the call.
 
Thanks

Back to the top