Example usage for com.google.common.base StandardSystemProperty JAVA_COMPILER

List of usage examples for com.google.common.base StandardSystemProperty JAVA_COMPILER

Introduction

In this page you can find the example usage for com.google.common.base StandardSystemProperty JAVA_COMPILER.

Prototype

StandardSystemProperty JAVA_COMPILER

To view the source code for com.google.common.base StandardSystemProperty JAVA_COMPILER.

Click Source Link

Document

Name of JIT compiler to use.

Usage

From source file:org.killbill.billing.server.updatechecker.ClientInfo.java

public String getJavaCompiler() {
    return getProperty(StandardSystemProperty.JAVA_COMPILER);
}