Class ControlSignatureProcessor

java.lang.Object
javax.annotation.processing.AbstractProcessor
EDU.purdue.jtb.parser.visitor.signature.ControlSignatureProcessor
All Implemented Interfaces:
Processor

@SupportedAnnotationTypes("EDU.purdue.jtb.parser.visitor.signature.NodeFieldsSignature") @SupportedSourceVersion(RELEASE_8) public class ControlSignatureProcessor extends AbstractProcessor
The ControlSignatureProcessor annotation processor issues a compile error when the user visitors' visit methods annotated NodeFieldsSignature are not coded against the last nodes definitions.

Note: the fully qualified name of this class is a line in file META-INF/services/javax.annotation.processing.Processor.