Class DoNothingChecker

java.lang.Object
javax.annotation.processing.AbstractProcessor
org.checkerframework.common.util.report.DoNothingChecker
All Implemented Interfaces:
Processor

public class DoNothingChecker extends AbstractProcessor
This is an annotation processor that does nothing.

Use it when you are required to provide an annotation processor.