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

pro.jk.ejoker.commanding.CommandStatus Maven / Gradle / Ivy

package pro.jk.ejoker.commanding;

public enum CommandStatus {

    Undefined,
    
    Success,
    
    NothingChanged,
    
    Failed,
    
    ;
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy