BoD / android-contentprovider-generator

A tool to generate Android ContentProviders.
GNU General Public License v3.0
619 stars 151 forks source link

Generate the code with @Nullable and @NonNull annotations #64

Closed ansman closed 9 years ago

ansman commented 9 years ago

It would be awesome if the generated code used annotation for things can can and cannot be null.

That way we would get warnings in Android Studio.

BoD commented 9 years ago

This is actually already implemented, but not yet released. You can use it today by closing the repo and building it. You can also wait a bit as I intend to publish a release this weekend ;-)

BoD commented 9 years ago

And I meant cloning, not closing.

ansman commented 9 years ago

Awesome! This library is kick ass :)

BoD commented 9 years ago

Thanks :) The week end is almost over, and I couldn't find the time to make a new release (I still have a few PR to merge). I will probably release it during week.