@Target(value=METHOD)
@Retention(value=CLASS)
public @interface OnVisibilityChanged
ModelView annotation. Methods
with this annotation will be called when visibility part of the view change.
Annotated methods should follow this signature : `@OnVisibilityChanged public void method( float percentVisibleHeight, float percentVisibleWidth: Float, int visibleHeight, int visibleWidth )`
The equivalent methods on the model is com.airbnb.epoxy.EpoxyModel#onVisibilityChanged
OnModelVisibilityChangedListener