Annotation Type CommandLineValue


  • @Target(FIELD)
    @Retention(RUNTIME)
    public @interface CommandLineValue
    This annotation is used to specify command line options.
    Usage: @CommandLineValue(shortOpt = "o", longOpt = "option")
    • Element Detail

      • description

        String description
        Default:
        ""
      • hasArg

        boolean hasArg
        Default:
        false
      • required

        boolean required
        Default:
        false