Annotation Type SupportedSourceVersion


@Documented
 @Target(value=TYPE)
 @Retention(value=RUNTIME)
public @interface SupportedSourceVersion

An annotation used to indicate the latest source version an annotation processor supports. The Processor.getSupportedSourceVersion() method can construct its result from the value of this annotation, as done by AbstractProcessor.getSupportedSourceVersion().

Since:
1.6

Required Elements

Modifier and Type Required Element and Description
SourceVersion value

Returns the latest supported source version.

Elements

value

public abstract SourceVersion value

Returns the latest supported source version.

Returns:
the latest supported source version

© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/javase/8/docs/api/javax/annotation/processing/SupportedSourceVersion.html