Support butter knife 8's BindView annotation

Summary:
Butter Knife 8 switched from `Bind` to `BindView`
Closes https://github.com/facebook/infer/pull/407

Reviewed By: jberdine

Differential Revision: D3646737

Pulled By: cristianoc

fbshipit-source-id: 167da7b
master
Zac Sweers 8 years ago committed by Facebook Github Bot 3
parent 0a747b8eb2
commit aed5e6bee8

@ -115,6 +115,7 @@ let initializer_ = "Initializer"
let inject = "Inject"
let inject_view = "InjectView"
let bind = "Bind"
let bind_view = "BindView"
let bind_array = "BindArray"
let bind_bitmap = "BindBitmap"
let bind_drawable = "BindDrawable"
@ -167,6 +168,7 @@ let field_injector_readwrite_list =
[
inject_view;
bind;
bind_view;
bind_array;
bind_bitmap;
bind_drawable;

Loading…
Cancel
Save