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

com.github.andyshao.proxy.ProxyFactory Maven / Gradle / Ivy

There is a newer version: 4.0
Show newest version
package com.github.andyshao.proxy;

/**
 * 
 * Title:public proxy factory interface
* Descript:
* Copyright: Copryright(c) Mar 17, 2014
* Encoding:UNIX UTF-8 * * @author Andy.Shao * * @param the type of target which will be proxy */ @FunctionalInterface public interface ProxyFactory { /** * get the proxy * * @param target the target which will be proxy * @return the proxy */ T getProxy(T target); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy