Home
last modified time | relevance | path

Searched refs:INSTALL_IN (Results 1 – 7 of 7) sorted by relevance

/external/dagger2/java/dagger/hilt/processor/internal/
DComponents.java51 if (Processors.hasAnnotation(element, ClassNames.INSTALL_IN) in getComponents()
84 AnnotationSpec.Builder builder = AnnotationSpec.builder(ClassNames.INSTALL_IN); in getInstallInAnnotationSpec()
92 Processors.hasAnnotation(element, ClassNames.INSTALL_IN) in getHiltInstallInComponents()
97 Processors.hasAnnotation(element, ClassNames.INSTALL_IN) in getHiltInstallInComponents()
100 Processors.getAnnotationMirror(element, ClassNames.INSTALL_IN), in getHiltInstallInComponents()
DClassNames.java94 public static final ClassName INSTALL_IN = field in ClassNames
/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/
DPkgPrivateMetadata.java73 if (Processors.hasAnnotation(element, ClassNames.INSTALL_IN)) { in of()
74 installIn = Optional.of(Processors.getAnnotationMirror(element, ClassNames.INSTALL_IN)); in of()
DAggregatedDepsProcessor.java76 ImmutableSet.of(ClassNames.INSTALL_IN, ClassNames.TEST_INSTALL_IN);
215 !Processors.hasAnnotation(replacedModule, ClassNames.INSTALL_IN)) in processModule()
/external/dagger2/java/dagger/hilt/processor/internal/root/
DTestInjectorGenerator.java52 AnnotationSpec.builder(ClassNames.INSTALL_IN) in generate()
/external/dagger2/java/dagger/hilt/android/processor/internal/uninstallmodules/
DUninstallModulesProcessor.java68 && Processors.hasAnnotation(module, ClassNames.INSTALL_IN))) in processEach()
/external/dagger2/java/dagger/hilt/android/processor/internal/viewmodel/
DViewModelModuleGenerator.kt142 AnnotationSpec.builder(ClassNames.INSTALL_IN) in <lambda>()