We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208ddf9 commit 49b2543Copy full SHA for 49b2543
README.md
@@ -20,6 +20,9 @@ In `build.sbt`:
20
.settings(
21
smithyTraitCodegenDependencies := Nil,
22
smithyTraitCodegenNamespace := "my.ns",
23
+ // Note: this is the "root" package of generated output.
24
+ // Sub-namespaces of my.ns will be generated as sub-packages of this package, as seen from my.ns.
25
+ // For example, my.ns.foo will be generated as my.pkg.foo.
26
smithyTraitCodegenJavaPackage := "my.pkg",
27
)
28
```
0 commit comments