Package com.airbnb.epoxy
Annotation Interface AfterPropsSet
This can be used to annotate methods inside classes with a
ModelView
annotation. Methods with this annotation will be called after a view instance is bound to a
model and all model props have been set. This is useful if you need to wait until multiple props
are set before doing certain initialization.
Methods with this annotation will be called after both the initial bind when the view comes on screen, and after partial binds when an onscreen view is updated.