Package eu.sculkpowered.server.plugin
Class PluginAnnotationProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
eu.sculkpowered.server.plugin.PluginAnnotationProcessor
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("io.github.sculkpowered.server.plugin.PluginDescription")
public final class PluginAnnotationProcessor
extends AbstractProcessor
Represents an annotation processor that creates the plugin file for a plugin.
-
Field Summary
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
process
(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
-
Constructor Details
-
PluginAnnotationProcessor
public PluginAnnotationProcessor()
-
-
Method Details
-
process
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersion
in interfaceProcessor
- Overrides:
getSupportedSourceVersion
in classAbstractProcessor
-