Annotation Type Option

    • Element Detail

      • description

        String description
        Returns:
        The description for the command line option
      • name

        String name
        Returns:
        The name of the command line option
        Default:
        ""
      • aliases

        String[] aliases
        Returns:
        The aliases for the command line option
        Default:
        {}
      • defaultValue

        String defaultValue
        Returns:
        The default value for the command line option
        Default:
        ""
      • required

        boolean required
        Returns:
        True if the option is optional (This only needs to be set if the specification is not given)
        Default:
        false