Natalia Ukhorskaya
14f4b6e4b4
Update android annotations. Do not add jdk annotations for android sdk
2014-01-15 18:00:46 +04:00
Alexey Sedunov
a50dd96401
Changed some annotations to @Nullable to make them JDK-compliant
2013-12-12 17:30:49 +04:00
Alexey Sedunov
ed006a66c5
Fix inconsistencies in Android annotations
2013-10-08 18:15:21 +04:00
Alexey Sedunov
b2788cad97
Recover user-specified annotations for Android SDK
2013-10-08 13:03:20 +04:00
Alexey Sedunov
c943b4e9d5
Add proper annotations for Android SDK
2013-10-07 17:45:02 +04:00
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
06b9f3d7b9
Fixed wrong annotations for android.content.ComponentName
...
ComponentName.getClassName() and ComponentName.getPackageName() cannot return null. Also it's not possible to create ComponentName with null packageName or className
2013-09-25 00:32:12 +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
Mikhael Bogdanov
eeb4aac313
Fixed wrong annotation for android.PreferenceGroup & PreferenceCategory
2013-08-22 12:00:17 +04:00
Natalia.Ukhorskaya
afa3ead160
Add kotlin annotations for android SDK
2013-06-07 11:05:57 +04:00