Skip to content

Commit

Permalink
google#1185 Notes about other annotation processors
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardBradley committed Nov 23, 2018
1 parent ec766f5 commit 58f85f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,6 @@ replace the call of `javac.main.Main.main()` with the Error Prone compiler:
All of the above instructions use the `javac` option `-processorpath` which has
side-effect of causing `javac` to no longer scan the compile classpath for
annotation processors. If you are using other annotation processors in addition
to ErrorProne, such as Lombok, then you will need to add their JARs to your
to ErrorProne then you will need to add their JARs to your
`-processorpath` argument. The mechanics of this will vary according to the build
tool you are using.

0 comments on commit 58f85f2

Please sign in to comment.