Class DoNothingProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.checkerframework.common.util.debug.DoNothingProcessor
- All Implemented Interfaces:
- Processor
This is an annotation processor that does nothing.
 
Use it when you are required to provide an annotation processor, or when you want to debug 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- 
DoNothingProcessorpublic DoNothingProcessor()Creates a DoNothingProcessor.
 
- 
- 
Method Details- 
process- Specified by:
- processin interface- Processor
- Specified by:
- processin class- AbstractProcessor
 
- 
getSupportedSourceVersion- Specified by:
- getSupportedSourceVersionin interface- Processor
- Overrides:
- getSupportedSourceVersionin class- AbstractProcessor
 
 
-