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

com.anysoft.pool.Pooled Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.anysoft.pool;

/**
 * 可Pool的对象
 * 
 * @author duanyy
 * @since 1.1.0
 * 
 * @version 1.2.2 [20140722 duanyy]
 * - 改为从AutoCloseable集成
 */
public interface Pooled extends AutoCloseable{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy