File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
deployment/src/main/resources/templates Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ import javax.ws.rs.*;
2020import javax.ws.rs.core.Response;
2121import javax.ws.rs.core.MediaType;
2222
23+ import javax.enterprise.context.ApplicationScoped;
24+
2325import io.quarkiverse.openapi.generator.annotations.GeneratedClass;
2426import io.quarkiverse.openapi.generator.annotations.GeneratedMethod;
2527import io.quarkiverse.openapi.generator.annotations.GeneratedParam;
@@ -37,6 +39,7 @@ import io.quarkiverse.openapi.generator.annotations.GeneratedParam;
3739@RegisterProvider(CompositeAuthenticationProvider.class)
3840@RegisterClientHeaders(AuthenticationPropagationHeadersFactory.class)
3941{/if}
42+ @ApplicationScoped
4043public interface {classname} {
4144
4245 {#for op in operations.operation}
You can’t perform that action at this time.
0 commit comments