Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] declare parents with delegate

Hi,

AspectJ supports adding a superinterface onto a type,
with the declare parents form.

Is there a way to specify just a delegate instead of 
missing (potentially hundreds of) methods?

Something like
  declare parents:
    MyClass implements Runnable delegate MyClass.delegate

Any plans on this? Any tools?


Back to the top