@SupportedAnnotationTypes(value="popjava.annotation.POPClass")
public class POPClassProcessor
extends javax.annotation.processing.AbstractProcessor
| Constructor and Description |
|---|
POPClassProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areParametersSerializable(javax.lang.model.element.Element el) |
javax.lang.model.SourceVersion |
getSupportedSourceVersion() |
void |
init(javax.annotation.processing.ProcessingEnvironment env) |
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment env) |
public void init(javax.annotation.processing.ProcessingEnvironment env)
init in interface javax.annotation.processing.Processorinit in class javax.annotation.processing.AbstractProcessorpublic boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment env)
process in interface javax.annotation.processing.Processorprocess in class javax.annotation.processing.AbstractProcessorpublic boolean areParametersSerializable(javax.lang.model.element.Element el)
public javax.lang.model.SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface javax.annotation.processing.ProcessorgetSupportedSourceVersion in class javax.annotation.processing.AbstractProcessor