aboutsummaryrefslogtreecommitdiff
path: root/java/dagger/internal/codegen/langmodel/DaggerElements.java
AgeCommit message (Expand)Author
2021-05-12Revert "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
2021-03-03Use `ClassName.canonicalName()` instead of `ClassName.toString()`Ron Shapiro
2021-03-03Cache getLocalAndInheritedMethods invocations in Dagger.Ron Shapiro
2020-09-25Roll forward with fix of 'Support Kotlin val properties with @BindValue.'Dagger Team
2020-09-23Revert of 'Support Kotlin val properties with @BindValue.'Dagger Team
2020-09-22Roll forward with fix of 'Support Kotlin val properties with @BindValue.'Dagger Team
2019-09-23Remove usage of getAnnotation(Class).erichang
2019-09-05Understand @Qualified annotation in Kotlin properties.danysantiago
2019-05-15Start extracting some dagger.internal.codegen classes into two subpackages: d...ronshapiro