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

io.github.wj0410.cloudbox.tools.result.IResultCode Maven / Gradle / Ivy

The newest version!
package io.github.wj0410.cloudbox.tools.result;

import java.io.Serializable;

public interface IResultCode extends Serializable {
    String getMessage();

    int getCode();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy