Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Is it possible to ITD a constructor through an interface?

Nope, I'm afraid you can't do that at the moment.

cheers,
Andy

On 18 December 2011 04:44, Mark <mark.kharitonov@xxxxxxxxx> wrote:
> I want to add a special constructor to many types - how do I do it? The ITD
> mechanism seems to block this option with the following error message -
> *can't define constructors on interfaces*.
>
> Thanks.
>
>
> --
> View this message in context: http://aspectj.2085585.n4.nabble.com/Is-it-possible-to-ITD-a-constructor-through-an-interface-tp4210703p4210703.html
> Sent from the AspectJ - users mailing list archive at Nabble.com.
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top