All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.gwt.emul.java.lang.reflect.Proxy Maven / Gradle / Ivy

The newest version!
package java.lang.reflect;

public class Proxy {

  public static Object newProxyInstance(ClassLoader cl,
                                        Class[] interfaces,
                                        InvocationHandler handler)
        throws IllegalArgumentException
    {
        throw new UnsupportedOperationException("Proxy Instances do not work in GWT");
    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy