On Tue, May 13, 2008 at 11:47 AM, Bong Gavin <[EMAIL PROTECTED]> wrote:
>
> @Mixins( BaseMixin.class )
> public interface BaseComposite
> extends Base, EntityComposite
> {
> }
>
Mmm..changing the above to -
@Mixins( { BaseMixin.class, SubBaseMixin.class } )
public interface BaseComposite
extends Base, EntityComposite
{
}
should work.
Cheers,
Sonny
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

