We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2996767 commit d62f5afCopy full SHA for d62f5af
kodein-di/src/commonMain/kotlin/org/kodein/di/DI.kt
@@ -326,7 +326,7 @@ public interface DI : DIAware {
326
/**
327
* Adds a singleton binding to the set.
328
*
329
- * @param ref The reference maker to use (null for eager singleton).
+ * @param ref The reference maker to use (defaults to strong reference if null).
330
* @param sync Whether the singleton should be thread-safe.
331
* @param creator The function that creates the singleton instance.
332
*/
0 commit comments