Class DoNothingChecker
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.checkerframework.common.util.report.DoNothingChecker
- All Implemented Interfaces:
- Processor
This is an annotation processor that does nothing.
 
Use it when you are required to provide an annotation processor.
- 
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, getSupportedSourceVersion, init, isInitialized
- 
Constructor Details- 
DoNothingCheckerpublic DoNothingChecker()
 
- 
- 
Method Details- 
process- Specified by:
- processin interface- Processor
- Specified by:
- processin class- AbstractProcessor
 
 
-