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

net.anotheria.anosite.config.ConfigConst Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package net.anotheria.anosite.config;

public class ConfigConst {
	
	public static final String MODE_PRODUCTION = "PRODUCTION";
	public static final String MODE_DEVELOP = "DEVELOP";
	public static final String MODE_TEST = "TEST/INTEGRATION";
	
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy