Android Annotations @ViewById Generator plugin for Android Studio / IntelliJ IDEA
I released a little plugin this week for being used in Android Studio or IntelliJ, for being able to generate automatically the @ViewById
annotations from the awesome Android Annotations.
You can access the menu by clicking on a layout id like R.layout.yourlayoutname, selecting Generate and it will be there.
Take a look in here or look for it in the official IDE repositories.
The project is open sourced.