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

tgtools.interfaces.IDispose Maven / Gradle / Ivy

There is a newer version: 1.2.15
Show newest version
package tgtools.interfaces;
/**
 * @author tianjing
 */
@Deprecated
public interface IDispose {
	/**
	 * Dispose
	 */
	void Dispose();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy