@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 SourceVersion value
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.