evant / kotlin-inject

Dependency injection lib for kotlin
Apache License 2.0
1.14k stars 51 forks source link

basic support for Qualifier annotations #378

Closed evant closed 2 months ago

evant commented 2 months ago

note: currently only placements equivalent to javax.inject.Qualifier are supported. Allowing types to be annotated as well is planned.

Initial work for #253