mozilla-mobile / gradle-apilint

Gradle Plugin that tracks the API of an Android library and helps maintain backward compatibility.
Mozilla Public License 2.0
8 stars 9 forks source link

Add lint support for threading annotations #2

Closed agi90 closed 5 years ago

agi90 commented 6 years ago

We need a lint that makes sure that every API has a threading annotation like @UiThread, @AnyThread etc.

agi90 commented 6 years ago

We probably want this to be a little more general so it can work for https://bugzilla.mozilla.org/show_bug.cgi?id=1506658 too.