io.github.icodegarden.nutrient.lang.lifecycle.GracefullyStartup Maven / Gradle / Ivy
The newest version!
package io.github.icodegarden.nutrient.lang.lifecycle;
/**
*
* @author Fangfang.Xu
*
*/
public interface GracefullyStartup {
void start() throws Throwable;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy