Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Can the within pointcut primitive statically match derived types?

Hi all,

I'm using "within(MyInterface+)" to match joinpoints within classes that
implement MyInterface. However, I'd like to extend this to match
joinpoints in classes derived from classes that implement MyInterface -
but I don't see a way to do this. 

Any ideas?

Thanks,
Neil

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

Phone: 646.291.2868
Email: nredding@xxxxxxxxx
Web  : www.lab49.com


Back to the top