Home
last modified time | relevance | path

Searched defs:componentAnnotation (Results 1 – 8 of 8) 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.java57 private final ClassName componentAnnotation; field in ComponentGenerator
68 ClassName componentAnnotation, in ComponentGenerator()
DRootGenerator.java215 private ClassName componentAnnotation(ComponentDescriptor componentDescriptor) { in componentAnnotation() method in RootGenerator
/external/dagger2/java/dagger/internal/codegen/binding/
DComponentDescriptorFactory.java112 XTypeElement typeElement, ComponentAnnotation componentAnnotation) { in create()
204 ComponentAnnotation componentAnnotation, in getDescriptorForComponentMethod()
DComponentDescriptor.java77 ComponentAnnotation componentAnnotation, in create()
DErrorMessages.java58 public static ComponentMessages componentMessagesFor(ComponentAnnotation componentAnnotation) { in componentMessagesFor()
/external/dagger2/java/dagger/internal/codegen/validation/
DComponentValidator.java167 private ComponentAnnotation componentAnnotation() { in componentAnnotation() method in ComponentValidator.ElementValidator