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

ch.qos.cal10n.Cal10nConstants Maven / Gradle / Ivy

There is a newer version: 0.8.1
Show newest version
package ch.qos.cal10n;

/**
 * 
 * This class defines the shared constants in CAL10N.
 * 
 * @author Ceki Gülcü
 *
 */
public class Cal10nConstants {

  final public static String CODE_URL_PREFIX = "http://cal10n.qos.ch/codes.html";
  final public static String MISSING_RB_ANNOTATION_URL =  Cal10nConstants.CODE_URL_PREFIX+"#missingRBAnnotation";

  final public static String MessageKeyVerifier_FQCN = "ch.qos.cal10n.verifier.MessageKeyVerifier";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy