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

com.minlia.rocket.i18n.Constants Maven / Gradle / Ivy

There is a newer version: 2.0.4.1.RELEASE
Show newest version
package com.minlia.rocket.i18n;

/**
 * @author will
 */
public class Constants {

  public static final String EXCEPTION_PREFIX = "Exceptions";
  public static final String X_LANG = "X-LANG";

  public Constants() {
    throw new AssertionError();
  }

  public enum LanguageTypes {
    /**
     * 异常 API 码
     */
    ExceptionsApiCode,
    /**
     * 消息
     */
    Message,
    /**
     * 验证消息
     */
    ValidationMessages
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy