JavaChat / OakBot

A Java-based chat bot for Stackoverflow Chat
46 stars 32 forks source link

android docs no work #24

Closed Unihedro closed 9 years ago

Unihedro commented 9 years ago

http://chat.stackoverflow.com/transcript/message/26156875#26156875

leads to 404 page

mangstadt commented 9 years ago

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 9 years ago

And dang it @Uni, don't yell at me!!!

mangstadt commented 9 years ago

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.