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

com.litongjava.tio.utils.cache.FirsthandCreater Maven / Gradle / Ivy

/**
 * 
 */
package com.litongjava.tio.utils.cache;

import java.io.Serializable;

/**
 * 一手对象(即非缓存对象)创建者
 * @author tanyaowu
 *
 */
public interface FirsthandCreater {

	/**
	 * 
	 * @return
	 * @author tanyaowu
	 * @throws Exception 
	 */
	public T create() throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy