Annotation Interface SeeAlso


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface SeeAlso
Annotation that provides a see also section in help
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    An array listing one or more external commands, i.e. commands not provided by this application, that are relevant
    An array listing one or more internal commands, i.e. commands providing by this application, that are relevant
  • Element Details

    • externalCommands

      String[] externalCommands
      An array listing one or more external commands, i.e. commands not provided by this application, that are relevant
      Returns:
      External commands
      Default:
      {}
    • internalCommands

      String[] internalCommands
      An array listing one or more internal commands, i.e. commands providing by this application, that are relevant
      Returns:
      Internal commands
      Default:
      {}