Example usage for javax.lang.model SourceVersion latestSupported

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

Introduction

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

Prototype

SourceVersion latestSupported

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

Click Source Link

Usage

From source file:com.predic8.membrane.annot.SpringConfigurationXSDGeneratingAnnotationProcessor.java

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