Class EmptyProcessor

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

@SupportedAnnotationTypes("*") public class EmptyProcessor extends AbstractProcessor
Empty simple processor.

It is useful in debugging compiler behavior with an annotation processor present.