Package pro.projo.generation
Class ProjoProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
pro.projo.generation.ProjoProcessor
- All Implemented Interfaces:
Processor,TypeMirrorUtilities
- Direct Known Subclasses:
InterfaceTemplateProcessor,ProjoTemplateFactoryProcessor
public abstract class ProjoProcessor extends AbstractProcessor implements TypeMirrorUtilities
The
ProjoProcessor class is an abstract base class that enriches the
AbstractProcessor with some utility methods.- Author:
- Mirko Raner
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ProjoProcessor() -
Method Summary
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized, processMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pro.projo.generation.utilities.TypeMirrorUtilities
getMap, getType, getTypeMirror
-
Constructor Details
-
ProjoProcessor
public ProjoProcessor()
-