6739427: -Xlint:processing not recognized as an option
Reviewed-by: darcy, jjg
This commit is contained in:
parent
82a7a9f030
commit
e7058ee0c3
@ -175,6 +175,11 @@ public class Lint
|
|||||||
*/
|
*/
|
||||||
PATH("path"),
|
PATH("path"),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Warn about issues regarding annotation processing.
|
||||||
|
*/
|
||||||
|
PROCESSING("processing"),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Warn about Serializable classes that do not provide a serial version ID.
|
* Warn about Serializable classes that do not provide a serial version ID.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user