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

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

Introduction

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

Prototype

StandardSystemProperty JAVA_VM_SPECIFICATION_VERSION

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

Click Source Link

Document

Java Virtual Machine specification version.

Usage

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

public String getJavaVMSpecificationVersion() {
    return getProperty(StandardSystemProperty.JAVA_VM_SPECIFICATION_VERSION);
}