@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.Processor
init
in class javax.annotation.processing.AbstractProcessor
public boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations, javax.annotation.processing.RoundEnvironment roundEnv)
process
in interface javax.annotation.processing.Processor
process
in class javax.annotation.processing.AbstractProcessor