Lombok - v0.10.0-BETA1

lombok.eclipse.apt
Class Processor

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by lombok.eclipse.apt.Processor
All Implemented Interfaces:
Processor

@SupportedAnnotationTypes(value="*")
@SupportedSourceVersion(value=RELEASE_6)
public class Processor
extends AbstractProcessor


Constructor Summary
Processor()
           
 
Method Summary
 void init(ProcessingEnvironment procEnv)
           
 boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
          
 
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Processor

public Processor()
Method Detail

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

Lombok - v0.10.0-BETA1

Copyright © 2009-2010 Reinier Zwitserloot, Roel Spilker and Robbert Jan Grootjans, licensed under the MIT licence.