< prev index next >

src/java.base/share/classes/java/lang/module/package-info.java

Print this page

        

@@ -25,11 +25,11 @@
 
 /**
  * Classes to support module descriptors and creating configurations of modules
  * by means of resolution and service binding.
  *
- * <h2><a name="resolution">Resolution</a></h2>
+ * <h2><a id="resolution">Resolution</a></h2>
  *
  * <p> Resolution is the process of computing the transitive closure of a set
  * of root modules over a set of observable modules by resolving the
  * dependences expressed by {@link
  * java.lang.module.ModuleDescriptor.Requires requires} clauses.

@@ -95,11 +95,11 @@
  * as if it "{@code requires transitive}" all observable automatic modules and
  * all automatic modules in the parent configurations. Each automatic module is
  * resolved so that it reads all other modules in the resulting configuration and
  * all modules in parent configurations. </p>
  *
- * <h2><a name="servicebinding">Service binding</a></h2>
+ * <h2><a id="servicebinding">Service binding</a></h2>
  *
  * <p> Service binding is the process of augmenting a graph of resolved modules
  * from the set of observable modules induced by the service-use dependence
  * ({@code uses} and {@code provides} clauses). Any module that was not
  * previously in the graph requires resolution to compute its transitive
< prev index next >