Class EmptyProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.checkerframework.common.util.debug.EmptyProcessor
- All Implemented Interfaces:
- Processor
Empty simple processor.
 
It is useful in debugging compiler behavior with an annotation processor present.
- 
Field SummaryFields inherited from class javax.annotation.processing.AbstractProcessorprocessingEnv
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessorgetCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
- 
Constructor Details- 
EmptyProcessorpublic EmptyProcessor()
 
- 
- 
Method Details- 
process- Specified by:
- processin interface- Processor
- Specified by:
- processin class- AbstractProcessor
 
- 
getSupportedSourceVersion- Specified by:
- getSupportedSourceVersionin interface- Processor
- Overrides:
- getSupportedSourceVersionin class- AbstractProcessor
 
 
-