Example usage for javax.lang.model SourceVersion RELEASE_8

List of usage examples for javax.lang.model SourceVersion RELEASE_8

Introduction

In this page you can find the example usage for javax.lang.model SourceVersion RELEASE_8.

Prototype

SourceVersion RELEASE_8

To view the source code for javax.lang.model SourceVersion RELEASE_8.

Click Source Link

Document

The version recognized by the Java Platform, Standard Edition 8.

Usage

From source file:ca.sqlpower.object.annotation.SPAnnotationProcessor.java

@Override
public SourceVersion getSupportedSourceVersion() {
    return SourceVersion.RELEASE_8;
}