Class ProjoTemplateFactoryProcessor

All Implemented Interfaces:
Processor, TypeMirrorUtilities

@SupportedSourceVersion(RELEASE_8)
@SupportedAnnotationTypes("pro.projo.template.annotation.Template")
public class ProjoTemplateFactoryProcessor
extends ProjoProcessor
The ProjoTemplateFactoryProcessor is an annotation processor that, at compile time, detects source files that have an @Template annotation and will use these sources for generating additional source files according to the template's input Configuration.
Author:
Mirko Raner