mirror of
https://github.com/apache/jclouds.git
synced 2026-08-07 04:37:06 +00:00
Disabling annotation processing lint warnings
Eliminates 138 warnings of the form: warning: No processor claimed any of these annotations:
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user