android docs no work
Closed this issue · 3 comments
Unihedro commented
http://chat.stackoverflow.com/transcript/message/26156875#26156875
leads to 404 page
mangstadt commented
There doesn't appear to be a "NonNull" annotation in the "android.annotation" package. o_O
http://developer.android.com/reference/android/annotation/package-summary.html
Looks like it's in the "android.support.annotation" package.
http://developer.android.com/reference/android/support/annotation/NonNull.html
mangstadt commented
I built the Javadocs for the real Android Java SDK by downloading the source code from Android's package manager. However, the source code still contains the android.annotation.NonNull
class, even though it does not exist in the online reference documentation.