Top Description Methods
javax.annotation.processing

public @Interface SupportedSourceVersion

extends Annotation
Annotations
@Documented
@Target:TYPE
@Retention:RUNTIME
Imports
java.lang.annotation.*, javax.lang.model.SourceVersion

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

Method Summary

Modifier and TypeMethod and Description
public SourceVersion

Returns:

the latest supported source version
value
()

Returns the latest supported source version.

Inherited from java.lang.annotation.Annotation:
annotationTypeequalshashCodetoString

Method Detail

valueback to summary
public SourceVersion value()

Returns the latest supported source version.

Returns:SourceVersion

the latest supported source version