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

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