net.karneim.pojobuilder
Class AnnotationProcessor

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by net.karneim.pojobuilder.AnnotationProcessor
All Implemented Interfaces:
Processor

@SupportedSourceVersion(value=RELEASE_6)
public class AnnotationProcessor
extends AbstractProcessor


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

Constructor Detail

AnnotationProcessor

public AnnotationProcessor()
Method Detail

init

public void init(ProcessingEnvironment env)
Specified by:
init in interface Processor
Overrides:
init in class AbstractProcessor

getSupportedAnnotationTypes

public Set<String> getSupportedAnnotationTypes()
Specified by:
getSupportedAnnotationTypes in interface Processor
Overrides:
getSupportedAnnotationTypes 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 © 2013. All Rights Reserved.