aboutsummaryrefslogtreecommitdiff
path: root/javatests/dagger/internal/codegen/SwitchingProviderTest.java
AgeCommit message (Expand)Author
2021-05-12Revert "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
2021-03-25Rollback of https://github.com/google/dagger/commit/ec708a388c28de5b9cf6d8232...Brad Corso
2021-03-18Make nested subcomponent and switching provider impls static within the gener...Brad Corso
2021-03-16Add a class retention @DaggerGenerated annotation to Dagger generated sources.Brad Corso
2020-09-03Internal changeDagger Team
2020-09-03Fix redundant memoization for scoped bindings in fastInit.Brad Corso
2020-07-29Change the name of private methods for types to be foo() instead of getFoo() ...erichang
2019-06-06Suppress unchecked+rawtypes warnings on all Dagger generated code.ronshapiro
2019-05-05Only public components should have public generated componentsronshapiro
2019-05-05Automated rollback of 16734557b96f38b79efcb4764fef4e08aa44c305ronshapiro
2019-05-02Only public components should have public generated componentsronshapiro
2019-01-18Use shorter names for the proxy methods on factories.ronshapiro
2019-01-15Change component constructors and initialization methods to no longer take a ...cgdecker
2018-11-09Wrap framework instances of modifiable bindings in their own methodsronshapiro
2018-10-18Fix b/116268009 -- qualify switching binding requests that request component ...bcorso
2018-06-12Rename "dagger.experimentalAndroidMode" to "dagger.fastInit"bcorso
2018-05-02Rename isSimpleFactory to useInnerSwitchingProvider and add a few more implem...ronshapiro
2018-04-19Limit the size of the switch statements in SwitchingProvider classesbcorso