@SupportedAnnotationTypes(value="*") public class EmptyProcessor extends AbstractProcessor
It is useful in debugging compiler behavior with an annotation processor present.
processingEnv| Constructor and Description | 
|---|
| EmptyProcessor() | 
| Modifier and Type | Method and Description | 
|---|---|
| SourceVersion | getSupportedSourceVersion() | 
| boolean | process(Set<? extends TypeElement> annotations,
       RoundEnvironment roundEnv) | 
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitializedpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
process in interface Processorprocess in class AbstractProcessorpublic SourceVersion getSupportedSourceVersion()
getSupportedSourceVersion in interface ProcessorgetSupportedSourceVersion in class AbstractProcessor