We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9202e95 commit 166990cCopy full SHA for 166990c
core/src/commonMain/kotlin/injekt/Api.kt
@@ -37,8 +37,9 @@ import kotlin.annotation.AnnotationTarget.*
37
annotation class Provide
38
39
/**
40
- * Marks the parameter as injectable
+ * Marks the parameter as injectable if used as default value
41
* If no explicit parameter is passed injekt will fill in the parameter at each call site
42
+ * see [create]
43
*/
44
val inject: Nothing = throw IllegalStateException("injekt compiler intrinsic")
45
0 commit comments