< prev index next >

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

Print this page

        

@@ -180,10 +180,13 @@
     Warn about use of unnecessary casts.
 
 javac.opt.Xlint.desc.classfile=\
     Warn about issues related to classfile contents.
 
+javac.opt.Xlint.desc.missing-declared-ctor=\
+    Warn about missing declared constructors in public classes in exported packages.
+
 javac.opt.Xlint.desc.deprecation=\
     Warn about use of deprecated items.
 
 javac.opt.Xlint.desc.dep-ann=\
     Warn about items marked as deprecated in JavaDoc but not using the @Deprecated annotation.
< prev index next >