Annotation Type TaskResult


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

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      The argument name.
    • Element Detail

      • value

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