Class WiredProcessor

java.lang.Object
javax.annotation.processing.AbstractProcessor
com.invirgance.convirgance.wiring.annotation.WiredProcessor
All Implemented Interfaces:
Processor

@SupportedAnnotationTypes("com.invirgance.convirgance.wiring.annotation.Wiring") @SupportedSourceVersion(RELEASE_17) @AutoService(javax.annotation.processing.Processor.class) public class WiredProcessor extends AbstractProcessor
Used by the javac compiler to process the Wiring annotation
Author:
jbanes