static A proxyFromInvocationHandler(Class intrface, InvocationHandler handler) { ret (A) java.lang.reflect.Proxy.newProxyInstance(intrface.getClassLoader(), new Class[] { intrface }, handler); }