Annotation Interface Param


@Retention(RUNTIME) @Target({PARAMETER,FIELD}) public @interface Param
Describes function parameters.
  • Element Details

    • name

      String name
    • type

      String[] type
    • description

      String description
      Default:
      ""
    • optional

      boolean optional
      Default:
      false
    • since

      String since
      Default:
      ""
    • hint

      @Nullable Param.Hint hint
      Default:
      @org.elasticsearch.xpack.esql.expression.function.Param.Hint(entityType=NONE)