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

org.picocontainer.web.remoting.MethodVisitor Maven / Gradle / Ivy

There is a newer version: 2.5.1
Show newest version
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