File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
modules/openapi-generator/src/main/resources/JavaJaxRS/cxf-cdi
samples/server/petstore/jaxrs-cxf-cdi/src/gen/java/org/openapitools/api Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import {{javaxPackage}}.validation.Valid;
2727@Path("{ {commonPath} }")
2828@RequestScoped
2929
30- @Api(description = "the { {{baseName } }} API")
30+ @Api
3131{ {#hasConsumes} }@Consumes({ {{#consumes} }"{ {{mediaType} }}"{ {^-last} }, { {/-last} }{ {/consumes} } }){ {/hasConsumes} }
3232{ {#hasProduces} }@Produces({ {{#produces} }"{ {{mediaType} }}"{ {^-last} }, { {/-last} }{ {/produces} } }){ {/hasProduces} }
3333{ {> generatedAnnotation} }
Original file line number Diff line number Diff line change 2525@ Path ("/pet" )
2626@ RequestScoped
2727
28- @ Api ( description = "the pet API" )
28+ @ Api
2929
3030
3131@ javax .annotation .Generated (value = "org.openapitools.codegen.languages.JavaJAXRSCXFCDIServerCodegen" , comments = "Generator version: 7.17.0-SNAPSHOT" )
Original file line number Diff line number Diff line change 2525@ Path ("/store" )
2626@ RequestScoped
2727
28- @ Api ( description = "the store API" )
28+ @ Api
2929
3030
3131@ javax .annotation .Generated (value = "org.openapitools.codegen.languages.JavaJAXRSCXFCDIServerCodegen" , comments = "Generator version: 7.17.0-SNAPSHOT" )
Original file line number Diff line number Diff line change 2323@ Path ("/test/upload" )
2424@ RequestScoped
2525
26- @ Api ( description = "the test API" )
26+ @ Api
2727
2828
2929@ javax .annotation .Generated (value = "org.openapitools.codegen.languages.JavaJAXRSCXFCDIServerCodegen" , comments = "Generator version: 7.17.0-SNAPSHOT" )
Original file line number Diff line number Diff line change 2424@ Path ("/user" )
2525@ RequestScoped
2626
27- @ Api ( description = "the user API" )
27+ @ Api
2828
2929
3030@ javax .annotation .Generated (value = "org.openapitools.codegen.languages.JavaJAXRSCXFCDIServerCodegen" , comments = "Generator version: 7.17.0-SNAPSHOT" )
You can’t perform that action at this time.
0 commit comments