Annotation Interface Publish


@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface Publish
Publish information for a goal.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The service type as which the goal should be published.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The service method the goal should be mapped to.
  • Element Details

    • type

      Class<?> type
      The service type as which the goal should be published.
    • method

      String method
      The service method the goal should be mapped to.
      Default:
      ""