Annotation Interface TaskArgument


@Target(FIELD) @Retention(RUNTIME) public @interface TaskArgument
Marker for agent argument field.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The argument name.
  • Element Details

    • value

      String value
      The argument name. Is optional. If not set the field name must correspond to the argument name.
      Default:
      ""