Home
last modified time | relevance | path

Searched defs:componentAnnotation (Results 1 – 7 of 7) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/base/
DComponentCreatorAnnotation.java45 private final ClassName componentAnnotation; field in ComponentCreatorAnnotation
59 public final ClassName componentAnnotation() { in componentAnnotation() method in ComponentCreatorAnnotation
120 ComponentAnnotation componentAnnotation) { in creatorAnnotationsFor()
DComponentAnnotation.java196 ComponentAnnotation componentAnnotation = in create() local
/external/dagger2/java/dagger/hilt/processor/internal/root/
DComponentGenerator.java58 private final ClassName componentAnnotation; field in ComponentGenerator
69 ClassName componentAnnotation, in ComponentGenerator()
DRootGenerator.java216 private ClassName componentAnnotation(ComponentDescriptor componentDescriptor) { in componentAnnotation() method
/external/dagger2/java/dagger/internal/codegen/binding/
DComponentDescriptor.java444 XTypeElement typeElement, ComponentAnnotation componentAnnotation) { in create()
450 XTypeElement typeElement, ComponentAnnotation componentAnnotation) { in createUncached()
531 ComponentAnnotation componentAnnotation, in getDescriptorForComponentMethod()
DErrorMessages.java58 public static ComponentMessages componentMessagesFor(ComponentAnnotation componentAnnotation) { in componentMessagesFor()
/external/dagger2/java/dagger/internal/codegen/validation/
DComponentValidator.java158 private ComponentAnnotation componentAnnotation() { in componentAnnotation() method in ComponentValidator.ElementValidator