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

ru.saidgadjiev.proxymaker.Proxy Maven / Gradle / Ivy

There is a newer version: 1.17
Show newest version
package ru.saidgadjiev.proxymaker;

/**
 * Each proxy class implements this interface.
 */
public interface Proxy {


    /**
     * Provide proxy method handler {@link MethodHandler}.
     * @param handler target method handler
     */
    void setHandler(MethodHandler handler);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy