Searched refs:DEFINE_COMPONENT (Results 1 – 8 of 8) sorted by relevance
/external/dagger2/java/dagger/hilt/processor/internal/definecomponent/ |
D | DefineComponentMetadatas.java | 80 Processors.hasAnnotation(element, ClassNames.DEFINE_COMPONENT), in getUncached() 140 Processors.getAnnotationMirror(component, ClassNames.DEFINE_COMPONENT); in getUncached() 155 || Processors.hasAnnotation(parent, ClassNames.DEFINE_COMPONENT), in getUncached()
|
D | DefineComponentProcessor.java | 51 ClassNames.DEFINE_COMPONENT.toString(), ClassNames.DEFINE_COMPONENT_BUILDER.toString()); in getSupportedAnnotationTypes() 56 if (ClassName.get(annotation).equals(ClassNames.DEFINE_COMPONENT)) { in processEach()
|
D | DefineComponentBuilderMetadatas.java | 124 MoreTypes.asTypeElement(component), ClassNames.DEFINE_COMPONENT), in getUncached()
|
D | DefineComponents.java | 108 ClassNames.DEFINE_COMPONENT, in getComponentDescriptors()
|
/external/dagger2/java/dagger/hilt/android/plugin/src/main/kotlin/dagger/hilt/android/plugin/root/ |
D | AggregatedAnnotation.kt | 32 DEFINE_COMPONENT(
|
D | Aggregator.kt | 171 AggregatedAnnotation.DEFINE_COMPONENT -> { in <lambda>()
|
/external/dagger2/java/dagger/hilt/processor/internal/ |
D | Components.java | 109 .filter(component -> !Processors.hasAnnotation(component, ClassNames.DEFINE_COMPONENT)) in getHiltInstallInComponents()
|
D | ClassNames.java | 67 public static final ClassName DEFINE_COMPONENT = get("dagger.hilt", "DefineComponent"); field in ClassNames
|