< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties

Print this page
rev 3467 : [mq]: 8153362

*** 211,220 **** --- 211,223 ---- Warn about invalid path elements on the command line. javac.opt.Xlint.desc.processing=\ Warn about issues regarding annotation processing. + javac.opt.Xlint.desc.unexportedinapi=\ + Warn about use of types not visible to clients in exported API + javac.opt.Xlint.desc.rawtypes=\ Warn about use of raw types. javac.opt.Xlint.desc.serial=\ Warn about Serializable classes that do not provide a serial version ID.
< prev index next >