Package de.thomas_oster.lazysql
Class JiltProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.jilt.JiltAnnotationProcessor
de.thomas_oster.lazysql.JiltProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("de.thomas_oster.shaded_jilt.Builder")
@AutoService(javax.annotation.processing.Processor.class)
public class JiltProcessor
extends org.jilt.JiltAnnotationProcessor
This is for including the JiltAnnotationProcessor in the Service section
of the jar
- Author:
- Thomas Oster (mail@thomas-oster.de)
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jilt.JiltAnnotationProcessor
getSupportedAnnotationTypes, getSupportedSourceVersion, init, processMethods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedOptions, isInitialized
-
Constructor Details
-
JiltProcessor
public JiltProcessor()
-