Package com.github.vlsi.gradle
Interface FlowScopedServices
-
- All Implemented Interfaces:
public interface FlowScopedServices
-
-
Method Summary
Modifier and Type Method Description abstract FlowScopegetFlowScope()abstract FlowProvidersgetFlowProviders()-
-
Method Detail
-
getFlowScope
@Inject() abstract FlowScope getFlowScope()
-
getFlowProviders
@Inject() abstract FlowProviders getFlowProviders()
-
-
-
-