![JAR search and dependency download from the Maven repository](/logo.png)
com.g2forge.gearbox.functional.proxy.IProxifier Maven / Gradle / Ivy
The newest version!
package com.g2forge.gearbox.functional.proxy;
import com.g2forge.gearbox.functional.runner.IRunner;
public interface IProxifier {
public T generate(IRunner runner, Class type);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy