Skip to content

Commit 0fc3617

Browse files
authored
Update java-features.md
1 parent 5e4940d commit 0fc3617

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

java-features.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,9 @@ then add code generation to maven build:
224224
</plugin>
225225
```
226226

227-
the generated code will be written out to `src/main/java` folder of your project. The final step is to switch mode
227+
the generated java source code will be written out to `src/main/java` folder of your project. The output dir is specified by setting the workingDirectory to the `project.build.sourceDirectory`. The output dir can also be specified as the second argument to StaticCodeGenerator.
228+
229+
The final step is to switch mode
228230

229231
```java
230232
JsonIterator.setMode(DecodingMode.STATIC_MODE); // set mode before using

0 commit comments

Comments
 (0)