Annotation Interface STService


@Retention(RUNTIME) @Target(TYPE) @Component @Validated @Documented public @interface STService
this annotation is used to inform the STServiceProcessor to generate a controller for the service (class) annotated with it
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Indicates the HTTP Method supported by exposed method in the controller.
  • Element Details

    • method

      Indicates the HTTP Method supported by exposed method in the controller.
      Default:
      GET