List of usage examples for com.google.common.base StandardSystemProperty JAVA_COMPILER
StandardSystemProperty JAVA_COMPILER
To view the source code for com.google.common.base StandardSystemProperty JAVA_COMPILER.
Click Source Link
From source file:org.killbill.billing.server.updatechecker.ClientInfo.java
public String getJavaCompiler() { return getProperty(StandardSystemProperty.JAVA_COMPILER); }