< prev index next >

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

Print this page
rev 3467 : [mq]: 8153362-phase1

@@ -211,10 +211,13 @@
     Warn about invalid path elements on the command line.
 
 javac.opt.Xlint.desc.processing=\
     Warn about issues regarding annotation processing.
 
+javac.opt.Xlint.desc.leaksnotaccessible=\
+    Warn about use of types not accessible 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 >