lombok.core
Class AnnotationProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
lombok.core.AnnotationProcessor
- All Implemented Interfaces:
- Processor
@SupportedAnnotationTypes(value="*")
public class AnnotationProcessor
- extends AbstractProcessor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationProcessor
public AnnotationProcessor()
init
public void init(ProcessingEnvironment procEnv)
- Specified by:
init in interface Processor- Overrides:
init in class AbstractProcessor
process
public boolean process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv)
- Specified by:
process in interface Processor- Specified by:
process in class AbstractProcessor
getSupportedSourceVersion
public SourceVersion getSupportedSourceVersion()
- We just return the latest version of whatever JDK we run on. Stupid? Yeah, but it's either that or warnings on all versions but 1. Blame Joe.
- Specified by:
getSupportedSourceVersion in interface Processor- Overrides:
getSupportedSourceVersion in class AbstractProcessor
Copyright © 2009-2011 The Project Lombok Authors, licensed under the MIT licence.