net.karneim.pojobuilder
Class AnnotationProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
net.karneim.pojobuilder.AnnotationProcessor
- All Implemented Interfaces:
- Processor
@SupportedSourceVersion(value=RELEASE_6)
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 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.