I Just started using butterknife.
In the project, colleagues using butterknife, version is 7.0.0.
I saw him write @Bind(R.id.tv_name)
.
But I see butterknife official website butterknife version is 8.0.1, syntax is @BindView(R.id.tv_name)
Is syntax changed ? or both can be used ? or something else ?
What is the difference between them ?
I not find the answer on the Internet
I hope everyone's help, thx !