com.github.andyshao.exception.ResultCode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Gear Show documentation
Show all versions of Gear Show documentation
Enhance and formating the coding of JDK
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