@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface SupportedSourceVersion
Processor.getSupportedSourceVersion() method can construct its result from the value of this annotation, as done by
AbstractProcessor.getSupportedSourceVersion() .
| Modifier and Type | Required Element and Description |
|---|---|
SourceVersion |
value
Returns the latest supported source version.
|
public abstract SourceVersionvalue