Annotation Interface CommandParserFactory


@Target(ANNOTATION_TYPE) @Retention(RUNTIME) @AvailableSince("0.0.30") public @interface CommandParserFactory
Annotations should be annotated with this annotation to specify their underlying factory impl
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends ParserFactory>
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description