< prev index next >

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

Print this page
rev 3467 : [mq]: 8153362

@@ -2841,10 +2841,19 @@
 
 # 0: symbol
 compiler.warn.service.provided.but.not.exported.or.used=\
     service interface provided but not exported or used
 
+compiler.warn.inaccessible.in.api=\
+    inaccessible type referenced in exported API
+compiler.warn.unexported.in.api=\
+    unexported type referenced in exported API
+compiler.warn.unexported.in.api.not.required.public=\
+    type from a module referenced in exported API that is not 'requires public' from this module
+compiler.warn.unexported.in.api.qualified=\
+    type that is invisible for some modules which read this package referenced in exported API 
+
 ###
 # errors related to options
 
 # 0: string, 1: string
 compiler.err.illegal.argument.for.option=\
< prev index next >