org.analogweb.Disposable Maven / Gradle / Ivy
The newest version!
package org.analogweb;
/**
* @author snowgoose
*/
public interface Disposable {
/**
* Dispose all the states.
*/
void dispose();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy