aboutsummaryrefslogtreecommitdiff
path: root/java/dagger/internal/codegen/kotlin/KotlinMetadata.java
AgeCommit message (Expand)Author
2021-05-12Revert "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
2021-04-02Fix an issue with KotlinMetadata where constructors were not getting added to...Eric Chang
2021-01-27Internal changeDagger Team
2020-12-29Add FunctionMetadata for each method to allow internal visibility check.Brad Corso
2020-12-22Additional refactor to KotlinMetadata to clean up flag usage and reorder meth...Brad Corso
2020-12-21Refactor KotlinMetadata visitors to collect arbitrary metadata about a class.Brad Corso
2020-11-23Lazily match fields to their Kotlin property metadata.Dagger Team
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
2020-09-21Revert of 'Support Kotlin val properties with @BindValue.'Dagger Team
2020-09-21Support Kotlin val properties with @BindValue.Dagger Team
2020-05-12Gracefully parse @kotlin.Metadata produced by Kotlin compiler versions earlie...danysantiago
2020-01-09Discover companion object bindings of @Module annotated classes.danysantiago
2020-01-09Remove usages of Guava APIs not available in the '-android' variant.danysantiago
2019-12-16Roll forward of Throw if metadata is missing when calling getSynthethicProper...danysantiago
2019-12-16Roll forward of Propagate qualifiers for field injections in MemberInjectors.danysantiago
2019-12-16Automated g4 rollback of changelist 283574407.danysantiago
2019-12-16Automated g4 rollback of changelist 284558322.danysantiago
2019-12-09Throw if metadata is missing when calling getSynthethicPropertyAnnotations.danysantiago
2019-12-06Propagate qualifiers for field injections in MemberInjectors.danysantiago
2019-11-15Migrate to using Kotlin's metadata visitor APIdanysantiago
2019-09-23Understand @Module bindings defined in a Kotlin Object.danysantiago
2019-09-05Understand @Qualified annotation in Kotlin properties.danysantiago