< prev index next >

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

Print this page

        

*** 35,44 **** --- 35,45 ---- * method to get the configuration that the resolved module is in. It defines * the {@link #reference() reference} method to get the reference to the * module's content. * * @since 9 + * @spec JPMS * @see Configuration#modules() */ public final class ResolvedModule { private final Configuration cf;
< prev index next >