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

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