aboutsummaryrefslogtreecommitdiff
path: root/javatests/dagger/internal/codegen/ComponentBuilderTest.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-03-28Allow @BindsInstance on parameters of builder methods, with the same results ...cgdecker
2019-01-28Add the ability to create factory types for components instead of builders.cgdecker
2019-01-18Use shorter names for the proxy methods on factories.ronshapiro
2019-01-18For non-abstract modules that A) are required by a component, B) can be insta...cgdecker
2019-01-15Make component requirement fields in concrete components final.cgdecker
2019-01-15Put builder setter methods before the build() method.cgdecker
2019-01-15Change component constructors and initialization methods to no longer take a ...cgdecker
2018-12-18Stop treating bindings with module instance state as modifiable, and instead ...ronshapiro
2018-12-11Extract ComponentDescriptor.BuilderSpec to a new top-level type, ComponentCre...cgdecker
2018-11-20Create a helper method to check that builder requirements have been set. In a...ronshapiro
2018-09-12Report an error (instead of throwing IAE) if a component builder method has a...dpb
2017-12-14Remove dependency on JSR 305 annotationsronshapiro
2017-12-14Use JavaFileObjectSubject.containsElementsIn to simplify our testsronshapiro
2017-12-08Inline checkNotNull invocations into proxy methodsronshapiro
2017-10-16Bypass creating a private method if the component api already exposes a method.bcorso
2017-09-28Add DependencyMethodBindingExpression and use it to handle instance dependenc...bcorso
2017-09-28Change ComponentBuilderTest to use CompilationSubject instead of JavaSourcesS...dpb
2017-08-24Inline requests for bindings that were provided with a @BindInstance method, ...ronshapiro
2017-08-03Remove all assert statements from dagger codegenronshapiro
2017-04-19Move prod compiler code and guava/jdk Optional tests from their previous mave...ronshapiro