Yarikx / reductor

Redux for Android. Predictable state container library for Java/Android
Apache License 2.0
463 stars 27 forks source link

Use `@NonNull` and `@Nullable` #33

Open vaughandroid opened 7 years ago

vaughandroid commented 7 years ago

This helps communicate intention to all users of the library, but is particularly useful for those of us using Kotlin.