![JAR search and dependency download from the Maven repository](/logo.png)
tech.ytsaurus.spyt.patch.MethodProcesor Maven / Gradle / Ivy
package tech.ytsaurus.spyt.patch;
import javassist.CtMethod;
public interface MethodProcesor {
void process(CtMethod method);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy