Annotation Type OnViewRecycled


  • @Target(METHOD)
    @Retention(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.