I have not found any source which indicates that Android Annotations, like @UiThread
, @WorkerThread
, can be applied to library codes, for example, ActiveAndroid.
I want to enforce that all ActiveAndroid related code to be called in worker thread, but ActiveAndroid is library code, is there a way to add annotations to existing libraries?