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

com.shark.container.constants.BootStatus Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
package com.shark.container.constants;

/**
 * Boot status
 * @Author: SuLiang
 * @Date: 2018/11/14
 */
public enum  BootStatus {
	/**boot is original status*/
	ZERO,
	/**boot is running*/
	RUNNING
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy