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;
27
27
@Path("{ {commonPath} }")
28
28
@RequestScoped
29
29
30
- @Api(description = "the { {{baseName } }} API")
30
+ @Api
31
31
{ {#hasConsumes} }@Consumes({ {{#consumes} }"{ {{mediaType} }}"{ {^-last} }, { {/-last} }{ {/consumes} } }){ {/hasConsumes} }
32
32
{ {#hasProduces} }@Produces({ {{#produces} }"{ {{mediaType} }}"{ {^-last} }, { {/-last} }{ {/produces} } }){ {/hasProduces} }
33
33
{ {> generatedAnnotation} }
Original file line number Diff line number Diff line change 25
25
@ Path ("/pet" )
26
26
@ RequestScoped
27
27
28
- @ Api ( description = "the pet API" )
28
+ @ Api
29
29
30
30
31
31
@ 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 25
25
@ Path ("/store" )
26
26
@ RequestScoped
27
27
28
- @ Api ( description = "the store API" )
28
+ @ Api
29
29
30
30
31
31
@ 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 23
23
@ Path ("/test/upload" )
24
24
@ RequestScoped
25
25
26
- @ Api ( description = "the test API" )
26
+ @ Api
27
27
28
28
29
29
@ 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 24
24
@ Path ("/user" )
25
25
@ RequestScoped
26
26
27
- @ Api ( description = "the user API" )
27
+ @ Api
28
28
29
29
30
30
@ 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