Relates :
|
|
Relates :
|
Annotation processors specify the highest version of the source code they can process via the results of the Processor.getSupportedSourceVersion method. The implementation of the discovery process should verify that the source versions reported by annotation processors is compatible with the source version specified, perhaps implicitly, by the javac invocation.
|