We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
opens
1 parent ef6be93 commit 93b5025Copy full SHA for 93b5025
decima-model/src/main/java/module-info.java
@@ -17,6 +17,7 @@
17
exports com.shade.decima.model.rtti.objects;
18
exports com.shade.decima.model.rtti.path;
19
exports com.shade.decima.model.rtti.registry;
20
+ exports com.shade.decima.model.rtti.types.base;
21
exports com.shade.decima.model.rtti.types.ds;
22
exports com.shade.decima.model.rtti.types.hzd;
23
exports com.shade.decima.model.rtti.types.java;
@@ -51,4 +52,4 @@
51
52
provides com.shade.decima.model.util.hash.spi.Hasher with
53
com.shade.decima.model.util.hash.CRC32C.Provider,
54
com.shade.decima.model.util.hash.MurmurHash3.Provider;
-}
55
+}
0 commit comments