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

net.gdface.thrift.ThriftDecorator Maven / Gradle / Ivy

There is a newer version: 2.10.3
Show newest version
package net.gdface.thrift;

/**
 * thrift装饰者模式接口
 * @author guyadong
 *
 */
public interface ThriftDecorator {
	/**
	 * 返回代理对象
	 * @return
	 */
	T delegate();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy