Disabling annotation processing lint warnings

Eliminates 138 warnings of the form:

warning: No processor claimed any of these annotations:
This commit is contained in:
Andrew Gaul 2017-09-07 13:53:53 -07:00
parent ff8fe2316b
commit 5ef5f5423c
1 changed files with 1 additions and 0 deletions

View File

@ -740,6 +740,7 @@
<compilerArgs>
<compilerArg>-Xlint</compilerArg>
<compilerArg>-Xlint:-deprecation</compilerArg>
<compilerArg>-Xlint:-processing</compilerArg>
<compilerArg>-Xlint:-rawtypes</compilerArg>
<compilerArg>-Xlint:-serial</compilerArg>
<compilerArg>-Xlint:-unchecked</compilerArg>