mirror of
https://github.com/fankes/moshi.git
synced 2025-10-20 08:29:22 +08:00
Don't reflect on kotlinx and update doc
This adds kotlinx to the exclusion list, and also updates the doc on ClassJsonAdapter
This commit is contained in:
@@ -39,9 +39,11 @@ import static com.squareup.moshi.internal.Util.resolve;
|
|||||||
*
|
*
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>android.*
|
* <li>android.*
|
||||||
|
* <li>androidx.*
|
||||||
* <li>java.*
|
* <li>java.*
|
||||||
* <li>javax.*
|
* <li>javax.*
|
||||||
* <li>kotlin.*
|
* <li>kotlin.*
|
||||||
|
* <li>kotlinx.*
|
||||||
* <li>scala.*
|
* <li>scala.*
|
||||||
* </ul>
|
* </ul>
|
||||||
*/
|
*/
|
||||||
|
@@ -98,6 +98,7 @@ public final class Util {
|
|||||||
|| name.startsWith("java.")
|
|| name.startsWith("java.")
|
||||||
|| name.startsWith("javax.")
|
|| name.startsWith("javax.")
|
||||||
|| name.startsWith("kotlin.")
|
|| name.startsWith("kotlin.")
|
||||||
|
|| name.startsWith("kotlinx.")
|
||||||
|| name.startsWith("scala.");
|
|| name.startsWith("scala.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user