Add docs to module-info.java (#1535)

This commit is contained in:
Degubi 2019-10-04 00:51:18 +02:00 committed by inder123
parent d6e6a01f02
commit 20dca860dd

View File

@ -1,3 +1,7 @@
/**
* Defines the Gson serialization/deserialization API.
* @since 2.8.6
*/
module com.google.gson {
exports com.google.gson;
exports com.google.gson.annotations;