net.gdface.thrift.ThriftDecorator Maven / Gradle / Ivy
package net.gdface.thrift;
/**
* thrift装饰者模式接口
* @author guyadong
*
*/
public interface ThriftDecorator {
/**
* 返回代理对象
* @return
*/
T delegate();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy