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

com.backendless.servercode.Util Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package com.backendless.servercode;

/**
 * Created with IntelliJ IDEA.
 * User: Eugene Chipachenko
 * Date: 11.06.14
 * Time: 17:13
 */
public class Util
{
  public static boolean isCodeRunner()
  {
    return Thread.currentThread().getThreadGroup().getName().equals( "CodeRunner secure group" );
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy