ClassMaker.method("injectMixins", function () {
        if (this.hasMixins()) {
            this.Constructor.mixin(this.mixins);
        }
    });