Package com.airbnb.epoxy
Annotation Type AfterPropsSet
-
@Target(METHOD) @Retention(CLASS) public @interface AfterPropsSetThis can be used to annotate methods inside classes with aModelViewannotation. 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.