@Retention(value=SOURCE)
public static @interface RecyclerBinder.CommitPolicy
Defines when a batch should be committed: - IMMEDIATE: Commit batches to the RecyclerView as
soon as possible. - LAYOUT_BEFORE_INSERT: Commit batches to the RecyclerView only after the
layouts for all insert operations have been completed.