interface InjectionAdapter
Adapter interface to provide application specific graph creation and retrieval strategy.
abstract fun get(instance: Any): Graph?
Get dependency graph for instance. |
open class ApplicationGraphOnlyInjectionAdapter : WinterApplication.InjectionAdapter
Simple adapter for application with only one dependency graph. |