Closed agi90 closed 5 years ago
We need a lint that makes sure that every API has a threading annotation like @UiThread, @AnyThread etc.
@UiThread
@AnyThread
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.
We need a lint that makes sure that every API has a threading annotation like
@UiThread
,@AnyThread
etc.