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

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

The newest version!
package java.lang.reflect;

public interface InvocationHandler {

  public Object invoke(Object object, Method method, Object[] arguments) throws Throwable;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy