net.gdface.thrift.ThriftDecorator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-thrifty Show documentation
Show all versions of common-thrifty Show documentation
common tools for Thrift/Swift
package net.gdface.thrift;
/**
* thrift装饰者模式接口
* @author guyadong
*
*/
public interface ThriftDecorator {
/**
* 返回代理对象
* @return
*/
T delegate();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy