Skip to content

Commit

Permalink
java: Add missing @generated annotation to API params classes
Browse files Browse the repository at this point in the history
  • Loading branch information
karlvr committed Sep 17, 2024
1 parent a4160fc commit 4504739
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/seven-kangaroos-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@openapi-generator-plus/java-jaxrs-generator-common": patch
---

Add missing @Generated annotation to API params classes
1 change: 1 addition & 0 deletions packages/java-jaxrs-common/templates/apiParams.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package {{{apiParamsPackage}}};

{{>generatedAnnotation}}
{{#if @root.useLombok}}
@lombok.Getter
@lombok.Setter
Expand Down

0 comments on commit 4504739

Please sign in to comment.