Hi,

I'd like to create a simple aspect that adds an interface to other
interfaces in a specific package. Right now my pointcut looks like:
declare parents: x.y.z..* extends MyInterface;

My question is, how to I include *only *interfaces in the pointcut? I.e. no
concrete (or abstract) classes.

/Johan
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to