import test.mixin.*; static connector MixinTestConnector { perobject test.mixin.MixinTest.Introduce temp = new test.mixin.MixinTest.Introduce(* TheMixinTest.*(*)); //wildcards have to be there! test.mixin.MixinTest.Use temp2 = new test.mixin.MixinTest.Use({* TheMixinTest.start(*),* TheMixinTest.stop(*)}); }