6739427: -Xlint:processing not recognized as an option

Reviewed-by: darcy, jjg
This commit is contained in:
Peng Li 2008-09-29 11:38:56 -07:00 committed by Martin Buchholz
parent 82a7a9f030
commit e7058ee0c3

View File

@ -175,6 +175,11 @@ public class Lint
*/
PATH("path"),
/**
* Warn about issues regarding annotation processing.
*/
PROCESSING("processing"),
/**
* Warn about Serializable classes that do not provide a serial version ID.
*/