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

cn.wensiqun.asmsupport.sample.client.proxy.IProxyPool Maven / Gradle / Ivy

package cn.wensiqun.asmsupport.sample.client.proxy;



public interface IProxyPool {

	public  T getProxy(Object target);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy