Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
sketch out some ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatJoeMoore committed Jun 10, 2019
1 parent d4de740 commit 69c50a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -65,6 +65,10 @@ class MyModule(
private val parameterizedModule by imported { private val parameterizedModule by imported {
MyParameterizedModule(datasources, appName) MyParameterizedModule(datasources, appName)
} }

val dynamicConstruction by singleton { Gizmo(dynamic<DataSource>()) }

val injectable by injectedSingleton<Widget>()
} }


interface DatasourceModule { interface DatasourceModule {
Expand Down

0 comments on commit 69c50a5

Please sign in to comment.