@SupportedAnnotationTypes(value="*") public class Processor extends AbstractProcessor
Constructor and Description |
---|
Processor() |
Modifier and Type | Method and Description |
---|---|
SourceVersion |
getSupportedSourceVersion()
We just return the latest version of whatever JDK we run on.
|
void |
init(ProcessingEnvironment procEnv) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, isInitialized
public void init(ProcessingEnvironment procEnv)
init
in interface Processor
init
in class AbstractProcessor
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process
in interface Processor
process
in class AbstractProcessor
public SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion
in interface Processor
getSupportedSourceVersion
in class AbstractProcessor
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.