CSR :
|
|
Relates :
|
Annotation processors need the ability to query the environment to determine the language level being used so that valid code can be generated. The ProcessingEnvironment.getSourceVersion() method provides the basis of this functionality. With preview features (JDK-8195734), processors need an analogous capability to determine if the preview features are enabled and available for use.
|