org.picocontainer.web.remoting.MethodVisitor Maven / Gradle / Ivy
package org.picocontainer.web.remoting;
import java.io.IOException;
import java.lang.reflect.Method;
public interface MethodVisitor {
void method(String methodName, Method method) throws IOException;
void superClass(String superClass) throws IOException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy