mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Java: Edited description of the inspection "Non-accessible type is exposed" (IDEA-162768)
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
<html>
|
||||
<body>
|
||||
A module in Java 9 may hide some of its classes by not exporting their packages.<p>
|
||||
A module in Java 9 may hide some of its classes by not exporting their packages.
|
||||
<p>
|
||||
If the public API of a class in an exported package references a class from non-exported package,
|
||||
such API isn't useful outside of the module.
|
||||
<p>
|
||||
<small>New in 2017.1</small>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user