8178286: Missing @moduleGraph in javadoc

Reviewed-by: lancea
This commit is contained in:
Mandy Chung 2017-04-06 18:00:57 -07:00
parent cc56ee78f2
commit 3ff43d350b
2 changed files with 2 additions and 0 deletions

View File

@ -217,6 +217,7 @@
* from B will get a chance to link the call site in A when it encounters the
* object from B.
*
* @moduleGraph
* @since 9
*/
module jdk.dynalink {

View File

@ -90,6 +90,7 @@ arrays and back, and so on.
In addition to {@code Java}, Nashorn also exposes some other non-standard built-in objects:
{@code JSAdapter}, {@code JavaImporter}, {@code Packages}
@moduleGraph
@since 9
*/
module jdk.scripting.nashorn {