avast / android-butterknife-zelezny

Android Studio plug-in for generating ButterKnife injections from selected layout XML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Want to replace “@Bind” to “@XXX”

jwdtommy opened this issue · comments

I was make a ViewInject tools like ButterKnife,but i named "@ViewAttached"so ,how can I modifiy the android-butterknife-zelezny for my feature?

Hi,

the plugin is aimed to ease usage of ButterKnife library which uses annotations "@Bind", "@InjectView" or "@BindView" depending on the version.

If you want to use it for a different library, you have to fork it and adjust the behaviour.
And I'm afraid it will be a bigger refactoring since we really aim at ButterKnife.