Class StandaloneCommandProcessor

java.lang.Object
javax.annotation.processing.AbstractProcessor
io.github.projectunified.craftcommand.processor.BaseCommandProcessor
io.github.projectunified.craftcommand.processor.standalone.StandaloneCommandProcessor
All Implemented Interfaces:
Processor

@AutoService(javax.annotation.processing.Processor.class) @SupportedAnnotationTypes("io.github.projectunified.craftcommand.annotation.Command") @SupportedSourceVersion(RELEASE_8) public class StandaloneCommandProcessor extends BaseCommandProcessor