com.shark.container.constants.BootStatus Maven / Gradle / Ivy
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