Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Matching based on extension type

Hello all.

Is it possible to do AspectJ matching based on the extension clause defined in a given type? For instance, can I define a policy in which it is not possible for a class whose name ends with Base extend another class whose name also ends with Base?

Something like (simplified syntax):

declare warning : *Base extends *Base : "You should not extend a Base class from another Base class";

I looked for it in the Web and tried several approaches but no good results, unfortunately... :-(

Thank you for your attention.

Kind regards,

Paulo Zenida

Back to the top