Skip to content

Commit

Permalink
Add docs to module-info.java (#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Degubi authored and inder123 committed Oct 3, 2019
1 parent d6e6a01 commit 20dca86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gson/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 20dca86

Please sign in to comment.