Class KiwiProcessor

java.lang.Object
javax.annotation.processing.AbstractProcessor
com.karuslabs.utilitary.AnnotationProcessor
org.ethelred.kiwiproc.processor.KiwiProcessor
All Implemented Interfaces:
Processor

@SupportedAnnotationTypes({"org.ethelred.kiwiproc.annotation.DAO","org.ethelred.kiwiproc.annotation.ResultQuery","org.ethelred.kiwiproc.annotation.UpdateQuery"}) @SupportedSourceVersion(RELEASE_17) @SupportedOptions("org.ethelred.kiwiproc.configuration") public class KiwiProcessor extends com.karuslabs.utilitary.AnnotationProcessor