![JAR search and dependency download from the Maven repository](/logo.png)
org.loom.appengine.utils.AppEngineUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of loom-appengine Show documentation
Show all versions of loom-appengine Show documentation
Uploads all artifacts belonging to configuration ':archives'.
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