Annotation Type Summary


@Retention(RUNTIME) @Target(TYPE) public @interface Summary
Annotates a CLI with summary. The summary is the main short explanation of the command. Long description should be written in the Description.
Author:
Clement Escoffier invalid input: '<'[email protected]>
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The summary.
  • Element Details

    • value

      String value
      The summary. This should be a single sentence describing what the command does.