@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.Processorprocess in class javax.annotation.processing.AbstractProcessor