Home
last modified time | relevance | path

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

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DAbstractComponentProcessingStep.java33 private final Class<? extends Annotation> componentAnnotation; field in AbstractComponentProcessingStep
42 Class<? extends Annotation> componentAnnotation, in AbstractComponentProcessingStep()
DConfigurationAnnotations.java70 static ImmutableList<TypeMirror> getComponentModules(AnnotationMirror componentAnnotation) { in getComponentModules()
77 static ImmutableList<TypeMirror> getComponentDependencies(AnnotationMirror componentAnnotation) { in getComponentDependencies()
DBuilderValidator.java67 Class<? extends Annotation> componentAnnotation = componentType.annotationType(); in validate() local
DComponentDescriptor.java126 abstract AnnotationMirror componentAnnotation(); in componentAnnotation() method in ComponentDescriptor
DBindingGraphValidator.java545 Optional<AnnotationMirror> componentAnnotation = in validateComponentHierarchy() local
692 Optional<AnnotationMirror> componentAnnotation = in validateScopeHierarchy() local