On Wed, Feb 25, 2009 at 8:28 PM, Tonny Kohar <[email protected]> wrote:
> Just forget or ignore the above. It is the opposite > rather than if( compositeClass.isAssignableFrom( mixinMethodClass ) ) > it should be if( mixinMethodClass.isAssignableFrom( compositeClass ) ) I always mess up the order on that method :-( Cheers Niclas -- http://www.qi4j.org - New Energy for Java _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

