You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detecting when an @AssistedFactory is injected and not scan it for any new injection sites. By definition, any candidate injection sites must either (a) already exist, or (b) be provided by the user.
Test assumption of whether or not @AssistedInject classes can have other injection sites, and how they should be crawled.
The text was updated successfully, but these errors were encountered:
Add support for Dagger assisted injection. This should involve:
@AssistedFactory
is injected and not scan it for any new injection sites. By definition, any candidate injection sites must either (a) already exist, or (b) be provided by the user.@AssistedInject
classes can have other injection sites, and how they should be crawled.The text was updated successfully, but these errors were encountered: