< prev index next >

jdk/src/jdk.incubator.httpclient/share/classes/module-info.java

Print this page

        

@@ -25,10 +25,11 @@
 
 /**
  * Defines the high-level HTTP and WebSocket API.
  * {@Incubating}
  *
+ * @moduleGraph
  * @since 9
  */
 module jdk.incubator.httpclient {
     requires java.base;
     exports jdk.incubator.http;
< prev index next >