Skip to content

Commit 2e5767f

Browse files
committed
Tweak annotation processor readme guide
1 parent 4af5845 commit 2e5767f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cr-examples/samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ java --add-modules jdk.incubator.code -cp target/crsamples-1.0-SNAPSHOT.jar orac
7979
##### Compile with CodeReflectionProcessor
8080

8181
```bash
82-
java --processor-path target/crsamples-1.0-SNAPSHOT.jar -processor oracle.code.samples.CodeReflectionProcessor <.java files to compile>
82+
javac --add-modules jdk.incubator.code --processor-path target/crsamples-1.0-SNAPSHOT.jar -processor oracle.code.samples.CodeReflectionProcessor <.java files to compile>
8383
```

0 commit comments

Comments
 (0)