170171172173174175176
if (!iface.isInterface()) { throw new RuntimeException(iface + " is not an interface "); } return (I) Proxy.newProxyInstance(LoopClassLoader.CLASS_LOADER, new Class[]{iface}, new LoopInvocationHandler(iface, module)); }