Class DoNothingProcessor

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

@SupportedAnnotationTypes("*") public class DoNothingProcessor extends AbstractProcessor
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.