-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 25
-
Component/s: tools
-
generic
-
generic
JavaDoc now treats classes and interfaces from packages that are not exported or exported by qualified `export` as hidden unless they are explicitly included in the documentation. Such classes and interfaces do not appear in the generated documentation, even if they are extended or implemented by a documented type. Other instances of hidden types are private or package-private types, or types marked with the `@hidden` JavaDoc tag.