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

org.loom.appengine.utils.AppEngineUtils Maven / Gradle / Ivy

The newest version!
package org.loom.appengine.utils;

import com.google.appengine.api.utils.SystemProperty;


public class AppEngineUtils {

	public static boolean isDevelopmentEnvironment() {
		return SystemProperty.environment.value() == SystemProperty.Environment.Value.Development;
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy