Class EventImplGenProcessor

java.lang.Object
javax.annotation.processing.AbstractProcessor
org.spongepowered.eventimplgen.processor.EventImplGenProcessor
All Implemented Interfaces:
Processor

@AutoService(javax.annotation.processing.Processor.class) @SupportedOptions({"eventGenFactory","eventGenInclusiveFolders","eventGenExclusiveFolders","sortPriorityPrefix","groupingPrefixes","inclusiveAnnotations","exclusiveAnnotations","eventGenDebug"}) @SupportedSourceVersion(RELEASE_21) @SupportedAnnotationTypes({"org.spongepowered.eventgen.annotations.AbsoluteSortPosition","org.spongepowered.eventgen.annotations.DefaultImplemented","org.spongepowered.eventgen.annotations.GenerateFactoryMethod","org.spongepowered.eventgen.annotations.NoFactoryMethod","org.spongepowered.eventgen.annotations.PropertySettings","org.spongepowered.eventgen.annotations.ToStringExclude","org.spongepowered.eventgen.annotations.TransformResult","org.spongepowered.eventgen.annotations.TransformWith","org.spongepowered.eventgen.annotations.UseField","org.gradle.annotation.processing.isolating"}) public class EventImplGenProcessor extends AbstractProcessor
The entry point for the generator, starting as an AP.