Annotation Interface DataFlowOpParameter


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface DataFlowOpParameter
Annotation for use with data flow fields on operator forges to receive parameters
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Returns true for catch-all parameter holders
    The parameter name
  • Element Details

    • name

      String name
      The parameter name
      Returns:
      name
      Default:
      ""
    • all

      boolean all
      Returns true for catch-all parameter holders
      Returns:
      indicator
      Default:
      false