aboutsummaryrefslogtreecommitdiff
path: root/java/dagger/hilt/processor/internal/definecomponent/DefineComponentMetadatas.java
AgeCommit message (Expand)Author
2021-05-12Revert "Merge commit 'upstream/dagger-2.35.1^'"Aurimas Liutikas
2021-02-08Fix an issue where two @DefineComponent classes with the same simple name can...Eric Chang
2021-02-05Remove the deprecated ApplicationComponent.Eric Chang
2021-01-19Add back the deprecated ApplicationComponent since hilt-work latest release s...Eric Chang
2020-12-29Rename ClassNames.APPLICATION_COMPONENT to SINGLETON_COMPONENTBrad Corso
2020-12-09Remove the deprecated ApplicationComponent.Eric Chang
2020-09-03Fix redundant memoization for scoped bindings in fastInit.Brad Corso
2020-09-01Internal changeDagger Team
2020-08-10Avoid using ComponentDescriptors in AggregatedDepsProcessor.bcorso
2020-07-17Add backwards compatibility with ApplicationComponent for libraries using pre...bcorso
2020-07-13Add SingletonComponent and temporarily map the old ApplicationComponent to that.erichang
2020-06-29Remove the static cache for DefineComponentMetadatabcorso