Annotation Type SubShell

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String name
      Deprecated.
      Return the name of the command if used inside a shell.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String description
      Deprecated.
      Return the description of the command which is used to generate command line help.
      String detailedDescription
      Deprecated.
      Return a detailed description of the command.
    • Element Detail

      • name

        String name
        Deprecated.
        Return the name of the command if used inside a shell.
        Returns:
        The name of the command in the shell.
      • description

        String description
        Deprecated.
        Return the description of the command which is used to generate command line help.
        Returns:
        The description of the command in the shell.
        Default:
        ""
      • detailedDescription

        String detailedDescription
        Deprecated.
        Return a detailed description of the command.
        Returns:
        The detailed description of the command in the shell.
        Default:
        ""