src/share/classes/com/sun/tools/javac/code/Lint.java

changeset 124
b81a9aa785ba
parent 122
1a9276e7cb18
child 377
d9febdd5ae21
equal deleted inserted replaced
123:0c4fa115f87d 124:b81a9aa785ba
172 * Warn about invalid path elements on the command line. 172 * Warn about invalid path elements on the command line.
173 * Such warnings cannot be suppressed with the SuppressWarnings 173 * Such warnings cannot be suppressed with the SuppressWarnings
174 * annotation. 174 * annotation.
175 */ 175 */
176 PATH("path"), 176 PATH("path"),
177
178 /**
179 * Warn about issues regarding annotation processing.
180 */
181 PROCESSING("processing"),
177 182
178 /** 183 /**
179 * Warn about Serializable classes that do not provide a serial version ID. 184 * Warn about Serializable classes that do not provide a serial version ID.
180 */ 185 */
181 SERIAL("serial"), 186 SERIAL("serial"),

mercurial