host.anzo.core.startup.IReloadable 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;
/**
* @since 10.01.2017
* @author ANZO
*/
public interface IReloadable {
void reload();
}