Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/binding/
DComponentCreatorAnnotation.java50 private final Class<? extends Annotation> componentAnnotation; field in ComponentCreatorAnnotation
65 public final Class<? extends Annotation> componentAnnotation() { in componentAnnotation() method in ComponentCreatorAnnotation
126 ComponentAnnotation componentAnnotation) { in creatorAnnotationsFor()
DComponentDescriptorFactory.java118 TypeElement typeElement, ComponentAnnotation componentAnnotation) { in create()
217 ComponentAnnotation componentAnnotation, in getDescriptorForComponentMethod()
DErrorMessages.java54 public static ComponentMessages componentMessagesFor(ComponentAnnotation componentAnnotation) { in componentMessagesFor()
/external/dagger2/java/dagger/hilt/processor/internal/
DComponentGenerator.java58 private final ClassName componentAnnotation; field in ComponentGenerator
70 ClassName componentAnnotation, in ComponentGenerator()
/external/dagger2/java/dagger/hilt/processor/internal/root/
DRootGenerator.java191 private ClassName componentAnnotation(ComponentDescriptor componentDescriptor) { in componentAnnotation() method in RootGenerator
/external/dagger2/java/dagger/internal/codegen/base/
DComponentAnnotation.java167 public static ComponentAnnotation componentAnnotation(AnnotationMirror annotation) { in componentAnnotation() method in ComponentAnnotation
/external/dagger2/java/dagger/internal/codegen/validation/
DComponentValidator.java164 private ComponentAnnotation componentAnnotation() { in componentAnnotation() method in ComponentValidator.ElementValidator