Annotation Interface Argument


@Documented @Retention(RUNTIME) @Target(PARAMETER) public @interface Argument
  • Element Details

    • name

      String name
      Default:
      ""
    • type

      ArgType type
      Default:
      STRING
    • optional

      boolean optional
      Default:
      false
    • suggestions

      String[] suggestions
      Default:
      {}