kamikat / moshi-jsonapi

JSON API v1.0 Specification in Moshi.
MIT License
156 stars 35 forks source link

Nullable annotations #93

Open Tapchicoma opened 5 years ago

Tapchicoma commented 5 years ago

Would be nice to add to all methods that may return null @Nullable annotation, so it enables better interop with Kotlin code.

Kevinrob commented 5 years ago

Done with PR #98 😉