aboutsummaryrefslogtreecommitdiff
path: root/javatests/dagger/internal/codegen/ComponentFactoryTest.java
AgeCommit message (Expand)Author
2021-05-12Revert "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
2021-03-16Add a class retention @DaggerGenerated annotation to Dagger generated sources.Brad Corso
2020-11-23Flip the default for experimentalDaggerErrorMessages back to disabled since i...Eric Chang
2019-08-16Move Dagger binding classes into their own subdirectory.bcorso
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-04-02Change ComponentCreatorAnnotation into an enum for simplification. (Reduces u...dpb
2019-01-28Add the ability to create factory types for components instead of builders.cgdecker