@SupportedSourceVersion(value=RELEASE_8) @SupportedAnnotationTypes(value="pro.projo.template.annotation.Template") public class ProjoTemplateFactoryProcessor extends ProjoProcessor
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 |
|---|---|
Elements |
elements()
Provides access to the
Elements. |
void |
init(ProcessingEnvironment environment) |
boolean |
process(Set<? extends TypeElement> annotations,
RoundEnvironment round) |
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMap, getType, getTypeElement, getTypeMirrorpublic Elements elements()
TypeMirrorUtilitiesElements.
This method must be implemented by the client type.Elementspublic 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 © 2022. All rights reserved.