Skip to main content

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

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.


Back to the top