Searched refs:INSTALL_IN (Results 1 – 7 of 7) sorted by relevance
/external/dagger2/java/dagger/hilt/processor/internal/ |
D | Components.java | 51 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()
|
D | ClassNames.java | 94 public static final ClassName INSTALL_IN = field in ClassNames
|
/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/ |
D | PkgPrivateMetadata.java | 73 if (Processors.hasAnnotation(element, ClassNames.INSTALL_IN)) { in of() 74 installIn = Optional.of(Processors.getAnnotationMirror(element, ClassNames.INSTALL_IN)); in of()
|
D | AggregatedDepsProcessor.java | 76 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/ |
D | TestInjectorGenerator.java | 52 AnnotationSpec.builder(ClassNames.INSTALL_IN) in generate()
|
/external/dagger2/java/dagger/hilt/android/processor/internal/uninstallmodules/ |
D | UninstallModulesProcessor.java | 68 && Processors.hasAnnotation(module, ClassNames.INSTALL_IN))) in processEach()
|
/external/dagger2/java/dagger/hilt/android/processor/internal/viewmodel/ |
D | ViewModelModuleGenerator.kt | 142 AnnotationSpec.builder(ClassNames.INSTALL_IN) in <lambda>()
|