host.anzo.core.startup.IShutdownable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-core Show documentation
Show all versions of commons-core Show documentation
Commons library to make me happy.
package host.anzo.core.startup;
/**
* @author ANZO
* @since 21.06.2017
*/
public interface IShutdownable {
void onShutdown();
}