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

java.lang.reflect.InvocationHandler Maven / Gradle / Ivy

The newest version!
package java.lang.reflect;

public interface InvocationHandler {
    /**
     * @throws UndeclaredThrowableException
     */
    Object invoke(Object proxy, Method method, Object[] args) throws Throwable;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy