Home
last modified time | relevance | path

Searched refs:DEFINE_COMPONENT_BUILDER (Results 1 – 4 of 4) sorted by relevance

/external/dagger2/java/dagger/hilt/processor/internal/definecomponent/
DDefineComponentProcessor.java53 ClassNames.DEFINE_COMPONENT.toString(), ClassNames.DEFINE_COMPONENT_BUILDER.toString()); in getSupportedAnnotationTypes()
64 } else if (ClassName.get(annotation).equals(ClassNames.DEFINE_COMPONENT_BUILDER)) { in processEach()
DDefineComponentBuilderMetadatas.java65 Processors.hasAnnotation(element, ClassNames.DEFINE_COMPONENT_BUILDER), in getUncached()
DDefineComponents.java108 ClassNames.DEFINE_COMPONENT_BUILDER, in getComponentTree()
/external/dagger2/java/dagger/hilt/processor/internal/
DClassNames.java39 public static final ClassName DEFINE_COMPONENT_BUILDER = field in ClassNames