JavaChat/OakBot

android docs no work

Closed this issue · 3 comments

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

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

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.