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