For my Quarkus project, I want to generate my restapi based on an openapi spec. The generated classes are annotated with @Path and @Get from the javax library.
Unfortunat