Skip to content

Commit

Permalink
polish: adding a comment to explain the process of appending model to…
Browse files Browse the repository at this point in the history
… generated classes.
  • Loading branch information
vasantteja committed Sep 13, 2024
1 parent 65af20f commit 5c6e91e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk-extensions/incubator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ jsonSchema2Pojo {
// Force java 9+ @Generated annotation, since java 8 @Generated annotation isn't detected by
// jsonSchema2Pojo and annotation is skipped altogether
targetVersion = "1.9"

// Append Model as suffix to the generated classes.
classNameSuffix = "Model"
}

Expand Down

0 comments on commit 5c6e91e

Please sign in to comment.