Annotation Type Service


  • @Target(TYPE)
    @Retention(SOURCE)
    public @interface Service
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String name
      Name of the Service for Restate.
    • Element Detail

      • name

        java.lang.String name
        Name of the Service for Restate. If not provided, it will be the FQCN of the annotated element.
        Default:
        ""