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

com.github.andyshao.exception.ResultCode Maven / Gradle / Ivy

The newest version!
package com.github.andyshao.exception;

import java.io.Serializable;

/**
 * 
 * Title:
* Descript:
* Copyright: Copryright(c) Mar 22, 2018
* Encoding: UNIX UTF-8 * @author andy.shao * */ public interface ResultCode extends Serializable { /** * Get the code * @return code */ String getCode(); /** * Get the message * @return the message */ String getMessage(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy