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

io.horizon.eon.em.Result Maven / Gradle / Ivy

The newest version!
package io.horizon.eon.em;

/**
 * 成功失败专用枚举值
 *
 * @author lang : 2023/4/24
 */
public enum Result {
    SUCCESS,
    FAILURE;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy