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

org.glamey.scaffold.json.Codes Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
package org.glamey.scaffold.json;

/**
 * @author zhouyang.zhou
 */
public interface Codes {
    public static final int OK = 0;
    public static final int SYSTEM_ERROR = -1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy