We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebb1a0 commit a87a7bbCopy full SHA for a87a7bb
pom.xml
@@ -262,6 +262,7 @@
262
<arg>-XDcompilePolicy=simple</arg>
263
<arg>--should-stop=ifError=FLOW</arg>
264
<arg>-Xplugin:ErrorProne ${errorprone.args}</arg>
265
+ <arg>-XDaddTypeAnnotationsToSymbol=true</arg>
266
<!-- below needed per https://errorprone.info/docs/installation -->
267
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg>
268
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg>
0 commit comments