@Target(value=METHOD)
@Retention(value=CLASS)
public @interface OnViewRecycled
This can be used to annotate methods inside classes with a ModelView
annotation. Methods with this annotation will be called when the view is recycled by the
RecyclerView.