}
//Parse the descriptor to get the returntype of the method.
String classname = getReturnType(minfo);
intro.addMixin(new InterfaceIntroductionMixinInfo(classname, interfaces, construction, isTransient));
loaderStrategy.deployInterfaceIntroduction(this, intro);
}
}