Class LazySQLProcessor

java.lang.Object
javax.annotation.processing.AbstractProcessor
de.thomas_oster.lazysql.LazySQLProcessor
All Implemented Interfaces:
Processor

@SupportedAnnotationTypes({"de.thomas_oster.lazysql.annotations.LazySQLSelect","de.thomas_oster.lazysql.annotations.LazySQLConfig","de.thomas_oster.lazysql.annotations.LazySQLUpdate","de.thomas_oster.lazysql.annotations.LazySQLExec","de.thomas_oster.lazysql.annotations.LazySQLUpsert","de.thomas_oster.lazysql.annotations.LazySQLInsert","de.thomas_oster.lazysql.annotations.LazySQLStoredProcedure","de.thomas_oster.layzsql.annotations.Returns"}) @AutoService(javax.annotation.processing.Processor.class) public class LazySQLProcessor extends AbstractProcessor
Author:
Thomas Oster (mail@thomas-oster.de)