@SupportedAnnotationTypes(value="*")
@SupportedSourceVersion(value=RELEASE_7)
public class ReflectionConstructableProcessor
extends javax.annotation.processing.AbstractProcessor
ReflectionConstructable.| Constructor and Description |
|---|
ReflectionConstructableProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(javax.annotation.processing.ProcessingEnvironment pe) |
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv) |
public void init(javax.annotation.processing.ProcessingEnvironment pe)
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 roundEnv)
process in interface javax.annotation.processing.Processorprocess in class javax.annotation.processing.AbstractProcessor