evant / kotlin-inject

Dependency injection lib for kotlin
Apache License 2.0
1.29k stars 60 forks source link

basic support for Qualifier annotations #378

Closed evant closed 7 months ago

evant commented 7 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