android - AndroidAnnotations @EProvider annotation -


in android application i'm using contentprovider , sqliteopenhelper access db. learning androidannotations framework , found @eprovider annotaion in documentation, can't neither understand how use example on github nor find using examples on internet. can explain me using of annotation? many in advance.

i think wiki pretty clear. annotation needed enable injecting stuff provider, beans, resources, services etc.


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

ruby on rails - one-to-many through referance table -

java - How to execute tasks in ExecutorService sequentially? -