1
0
mirror of https://github.com/google/nomulus synced 2026-04-01 23:29:14 +00:00
Files
nomulus/java/google/registry/request/RequestScope.java
Wolfgang Meyers 5fb06de203 Allow @RequestScope on methods
By default, a provider method is invoked each time a provided object
is injected. This allows provider methods in dagger modules to provide
request-scoped objects. For more details see:
https://guides.codepath.com/android/Dependency-Injection-with-Dagger-2#scopes
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=123691175
2016-06-06 13:30:44 -04:00

1.1 KiB