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

org.snapscript.core.convert.proxy.ProxyHandler Maven / Gradle / Ivy

package org.snapscript.core.convert.proxy;

import java.lang.reflect.InvocationHandler;

public interface ProxyHandler extends InvocationHandler {
   Object extract();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy