Interface HasSingletonScopeTest.MySingletonApi

Enclosing class:
HasSingletonScopeTest

@Path("/") @Singleton @RegisterRestClient public static interface HasSingletonScopeTest.MySingletonApi
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response
    get()
     
  • Method Details

    • get

      @GET jakarta.ws.rs.core.Response get()