Package dagger.android.internal
Class AndroidInjectionKeys
java.lang.Object
dagger.android.internal.AndroidInjectionKeys
An internal implementation detail of Dagger's generated code. This is not guaranteed to remain
consistent from version to version.
-
Method Summary
-
Method Details
-
of
Accepts the fully qualified name of a class that is injected withdagger.android
.From a runtime perspective, this method does nothing except return its single argument. It is used as a signal to bytecode shrinking tools that its argument should be rewritten if it corresponds to a class that has been obfuscated/relocated. Once it is done so, it is expected that the argument will be inlined and this method will go away.
-