I need to test whether a joinpoint is a member of a class that
implements a particular interface, and would like to avoid a runtime
test to determine this if possible. I'm currently using the "this()"
pointcut, but have also tried "target()" - both seem to require runtime
tests. 

Also, I want to exclude joinpoints in base classes of classes that
implement the target interface; at the moment neither of the above
pointcut primitives are doing this. 

Any advice?

Thanks,
Neil

------------
Neil Redding
Director
Lab49, Inc.

Phone: 646.291.2868
Email: [EMAIL PROTECTED]
Web  : www.lab49.com
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to