Interestingly enough, I can pull out the handling of the default interface methods to a InvocationHandler, and therefor it can be a generic mixin.
Is it OK, for Concerns/SideEffects to work on default interface methods, there must be a mixin? Without a mixin declared (either a specific one, or this funky one that will invoke the default method on the interface) the default method is called directly... Personally, I think it is an acceptable compromise to not dig in the internals too much having handling of this in half a dozen places. Cheers Niclas On Mon, May 15, 2017 at 3:06 PM, Niclas Hedhman <nic...@hedhman.org> wrote: > > The reason that these don't work seems to be related to that there is no > MixinModel created for it. > > I will attempt to fix this today, but my head is aching from a dentist > visit (rebuilt a tooth) so I can't promise any result. > > > Cheers > -- > Niclas Hedhman, Software Developer > http://polygene.apache.org - New Energy for Java > -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java