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
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      The summary.
    • Element Detail

      • value

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