nashorn/src/jdk.dynalink/share/classes/module-info.java
changeset 45538 3391b408f58a
parent 44554 32d5c25b2951
child 45788 2ddc93e42974
--- a/nashorn/src/jdk.dynalink/share/classes/module-info.java	Thu Jun 01 18:26:36 2017 +0000
+++ b/nashorn/src/jdk.dynalink/share/classes/module-info.java	Wed Jun 07 18:57:24 2017 -0700
@@ -24,6 +24,7 @@
  */
 
 /**
+ * Defines the API for dynamic linking of high-level operations on objects.
  * <p>
  * Dynalink is a library for dynamic linking of high-level operations on objects.
  * These operations include "read a property",
@@ -217,6 +218,8 @@
  * from B will get a chance to link the call site in A when it encounters the
  * object from B.
  *
+ * @uses jdk.dynalink.linker.GuardingDynamicLinkerExporter
+ *
  * @moduleGraph
  * @since 9
  */