Commit Graph

3 Commits

Author SHA1 Message Date
Aleksandro Eterverda 30bf2c27f6 Added more annotations for android.os.Message
Message.obtain() (all overloaded variants) never return null.
2013-09-25 01:11:33 +04:00
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
Natalia.Ukhorskaya afa3ead160 Add kotlin annotations for android SDK 2013-06-07 11:05:57 +04:00