### Is your feature request related to a problem? Please describe. I try to use the `kotlin-server` generator to generate my interfaces. Currently the Jakarta `@Path` has a hardcoded `"/"` argument, see https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/resources/kotlin-server/libraries/jaxrs-spec/api.mustache#L21. ## Describe the solution you'd like I think it would be better if the longest common path would be passed to the `@Path` annotation, making use of `tags` for example, like here: https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/resources/JavaJaxRS/spec/libraries/quarkus/api.mustache#L107
Is your feature request related to a problem? Please describe.
I try to use the
kotlin-servergenerator to generate my interfaces. Currently the Jakarta@Pathhas a hardcoded"/"argument, see https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/resources/kotlin-server/libraries/jaxrs-spec/api.mustache#L21.Describe the solution you'd like
I think it would be better if the longest common path would be passed to the
@Pathannotation, making use oftagsfor example, like here: https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/resources/JavaJaxRS/spec/libraries/quarkus/api.mustache#L107