Package dagger.android
Annotation Interface AndroidInjectionKey
MapKey
annotation to key AndroidInjector.Factory
bindings. The value of the annotation is the canonical name of the class that will be passed to
AndroidInjector.inject(Object)
.
All key strings will be obfuscated by ProGuard/R8 if the named class is obfuscated.
-
Required Element Summary
-
Element Details
-
value
String valueThe fully qualified class name of the type to be injected.
-