< prev index next >

src/java.base/share/classes/java/lang/module/Configuration.java

Print this page

        

*** 46,56 **** import jdk.internal.module.ModuleTarget; /** * A configuration that is the result of <a href="package-summary.html#resolution"> * resolution</a> or resolution with ! * <a href="{@docRoot}/java/lang/module/Configuration.html#service-binding">service binding</a>. * * <p> A configuration encapsulates the <em>readability graph</em> that is the * output of resolution. A readability graph is a directed graph whose vertices * are of type {@link ResolvedModule} and the edges represent the readability * amongst the modules. {@code Configuration} defines the {@link #modules() --- 46,56 ---- import jdk.internal.module.ModuleTarget; /** * A configuration that is the result of <a href="package-summary.html#resolution"> * resolution</a> or resolution with ! * <a href="{@docRoot}/java.base/java/lang/module/Configuration.html#service-binding">service binding</a>. * * <p> A configuration encapsulates the <em>readability graph</em> that is the * output of resolution. A readability graph is a directed graph whose vertices * are of type {@link ResolvedModule} and the edges represent the readability * amongst the modules. {@code Configuration} defines the {@link #modules()
< prev index next >