Class AeshAnnotationProcessor

java.lang.Object
javax.annotation.processing.AbstractProcessor
org.aesh.processor.AeshAnnotationProcessor
All Implemented Interfaces:
Processor

@SupportedAnnotationTypes({"org.aesh.command.CommandDefinition","org.aesh.command.GroupCommandDefinition"}) @SupportedSourceVersion(RELEASE_8) public class AeshAnnotationProcessor extends AbstractProcessor
JSR 269 annotation processor that generates CommandMetadataProvider implementations for classes annotated with CommandDefinition or GroupCommandDefinition.
Author:
Aesh team