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

net.gdface.utils.Delegator Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package net.gdface.utils;

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy