Uses of Class
pro.projo.generation.ProjoProcessor
| Package | Description |
|---|---|
| pro.projo.generation | |
| pro.projo.generation.interfaces |
-
Uses of ProjoProcessor in pro.projo.generation
Subclasses of ProjoProcessor in pro.projo.generation Modifier and Type Class Description classProjoTemplateFactoryProcessorTheProjoTemplateFactoryProcessoris 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. -
Uses of ProjoProcessor in pro.projo.generation.interfaces
Subclasses of ProjoProcessor in pro.projo.generation.interfaces Modifier and Type Class Description classInterfaceTemplateProcessorTheInterfaceTemplateProcessoris an annotation processor that, at compile time, detects source files that have an@Interface/@Enumannotation and will use these sources for generating synthetic interfaces/enums.