Package com.airbnb.epoxy
Annotation Type OnViewRecycled
-
@Target(METHOD) @Retention(CLASS) public @interface OnViewRecycledThis can be used to annotate methods inside classes with aModelViewannotation. Methods with this annotation will be called when the view is recycled by the RecyclerView.