Files
kotlin-fork/android-sdk-annotations/android
Aleksandro Eterverda b924fbbf85 Fixed wrong annotations for android.os.Parcel
Parcel.readString() and Parcel.readStrongBinder() were wrongly annotated to return NotNull. In fact they both can return null and this is often used in Android development.
2013-09-25 00:20:00 +04:00
..