@SupportedSourceVersion(value=RELEASE_8) @SupportedAnnotationTypes(value="pro.projo.template.annotation.Template") public class ProjoTemplateFactoryProcessor extends AbstractProcessor
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.processingEnv| Constructor and Description |
|---|
ProjoTemplateFactoryProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(ProcessingEnvironment environment) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment round) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitializedpublic void init(ProcessingEnvironment environment)
init in interface Processorinit in class AbstractProcessorpublic boolean process(Set<? extends TypeElement> annotations, RoundEnvironment round)
process in interface Processorprocess in class AbstractProcessorCopyright © 2017. All rights reserved.