Package pro.projo.generation
-
Class Summary Class Description ProjoProcessor TheProjoProcessorclass is an abstract base class that enriches theAbstractProcessorwith some utility methods.ProjoTemplateFactoryGenerator TheProjoTemplateFactoryGeneratoruses the Apache Velocity template engine to generate a Projo factory interface from a template and a set of parameters.ProjoTemplateFactoryProcessor TheProjoTemplateFactoryProcessoris an annotation processor that, at compile time, detects source files that have an@Templateannotation and will use these sources for generating additional source files according to the template'sinputConfiguration.