@SupportedAnnotationTypes(value="*")
@SupportedSourceVersion(value=RELEASE_8)
public class TestGeneratingAnnotationProcessor
extends javax.annotation.processing.AbstractProcessor
Constructor and Description |
---|
TestGeneratingAnnotationProcessor() |
Modifier and Type | Method and Description |
---|---|
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv) |
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