mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
add period to comments
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
|
||||
-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 *
|
||||
|
||||
# Retain generated JsonAdapters if annotated type is retained
|
||||
# Retain generated JsonAdapters if annotated type is retained.
|
||||
-if @com.squareup.moshi.JsonClass class *
|
||||
-keep class <1>JsonAdapter {
|
||||
<init>(...);
|
||||
|
Reference in New Issue
Block a user