Class AeshAnnotationProcessor

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

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