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

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