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

com.github.napp.util.IClearable Maven / Gradle / Ivy

There is a newer version: 1.1.8
Show newest version
/**
 *
 */
package com.github.napp.util;

/**
 * @author Alexandru Bledea
 * @since Nov 7, 2013
 */
public interface IClearable {

	/**
	 *
	 */
	void clear();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy