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.
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(ProcessingEnvironment processingEnv) booleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitialized
-
Constructor Details
-
EventImplGenProcessor
public EventImplGenProcessor()
-
-
Method Details
-
init
- Specified by:
initin interfaceProcessor- Overrides:
initin classAbstractProcessor
-
process
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-