Class BukkitCommandProcessor

All Implemented Interfaces:
Processor

@AutoService(javax.annotation.processing.Processor.class) @SupportedAnnotationTypes("io.github.projectunified.craftcommand.annotation.Command") @SupportedSourceVersion(RELEASE_8) public class BukkitCommandProcessor extends BaseCommandProcessor
Annotation processor for Bukkit platforms. Generates custom Bukkit wrapper command executors extending org.bukkit.command.Command.