mirror of
https://github.com/fankes/moshi.git
synced 2025-10-20 00:19:21 +08:00
add period to comments
This commit is contained in:
@@ -7,10 +7,10 @@
|
|||||||
|
|
||||||
-keep @com.squareup.moshi.JsonQualifier interface *
|
-keep @com.squareup.moshi.JsonQualifier interface *
|
||||||
|
|
||||||
# The name of @JsonClass types is used to look up the generated adapter
|
# The name of @JsonClass types is used to look up the generated adapter.
|
||||||
-keepnames @com.squareup.moshi.JsonClass class *
|
-keepnames @com.squareup.moshi.JsonClass class *
|
||||||
|
|
||||||
# Retain generated JsonAdapters if annotated type is retained
|
# Retain generated JsonAdapters if annotated type is retained.
|
||||||
-if @com.squareup.moshi.JsonClass class *
|
-if @com.squareup.moshi.JsonClass class *
|
||||||
-keep class <1>JsonAdapter {
|
-keep class <1>JsonAdapter {
|
||||||
<init>(...);
|
<init>(...);
|
||||||
|
Reference in New Issue
Block a user