While trying to get to the bottom of QI-228, I tried to figure out if GenericMixins were capable of the same trick ( 'this' pointer of public interface methods pointing to the Composite), but what I found was that Generic Fragments are not allowed to be abstract in the first place, so the check was moot.
Question is; Does it make sense at all for a Generic fragment to "implement" a typed interface which it may call? Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

