Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'JCL/converterJclMin11/src/module-info.java')
-rw-r--r--JCL/converterJclMin11/src/module-info.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/JCL/converterJclMin11/src/module-info.java b/JCL/converterJclMin11/src/module-info.java
new file mode 100644
index 0000000000..13fd25e6b0
--- /dev/null
+++ b/JCL/converterJclMin11/src/module-info.java
@@ -0,0 +1,7 @@
+module java.base {
+ exports java.lang;
+ exports java.lang.annotation;
+ exports java.lang.invoke;
+ exports java.io;
+ exports java.util;
+}

Back to the top