lombok.eclipse.apt
Class Processor
java.lang.Object
javax.annotation.processing.AbstractProcessor
lombok.eclipse.apt.Processor
- All Implemented Interfaces:
- Processor
@SupportedAnnotationTypes(value="*")
@SupportedSourceVersion(value=RELEASE_6)
public class Processor
- extends AbstractProcessor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Processor
public Processor()
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
Copyright © 2009-2010 Reinier Zwitserloot, Roel Spilker and Robbert Jan Grootjans, licensed under the MIT licence.