Annotation Type 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
      java.lang.Class<?> type
      The service type as which the goal should be published.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String method
      The service method the goal should be mapped to.
    • Element Detail

      • type

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

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