Annotation Interface FlowScope


@Scope @Documented @Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface FlowScope
Dagger annotation for flow-scoped components.

Note that this scope survives across transactional retries of a flow. That is, it is scoped to the overall execution of a flow, and not to a specific attempt.