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.
1 parent d6e6a01 commit 20dca86Copy full SHA for 20dca86
gson/src/main/java/module-info.java
@@ -1,3 +1,7 @@
1
+/**
2
+ * Defines the Gson serialization/deserialization API.
3
+ * @since 2.8.6
4
+ */
5
module com.google.gson {
6
exports com.google.gson;
7
exports com.google.gson.annotations;
0 commit comments