Annotation Interface GoalServiceResultMapping


@Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface GoalServiceResultMapping
Mapping annotation for goals that helps feeding back a result of a service invocation.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The name of the service this mapping is used for.
  • Element Details

    • name

      String name
      The name of the service this mapping is used for. (Only necessary is multiple mappings are available).
      Default:
      ""