Home
last modified time | relevance | path

Searched refs:subcomponentCreatorAnnotations (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/binding/
DConfigurationAnnotations.java25 …t static dagger.internal.codegen.binding.ComponentCreatorAnnotation.subcomponentCreatorAnnotations;
69 return isAnyAnnotationPresent(element, subcomponentCreatorAnnotations()); in isSubcomponentCreator()
DComponentCreatorAnnotation.java107 public static ImmutableSet<Class<? extends Annotation>> subcomponentCreatorAnnotations() { in subcomponentCreatorAnnotations() method in ComponentCreatorAnnotation
/external/dagger2/java/dagger/internal/codegen/validation/
DComponentValidator.java34 …t static dagger.internal.codegen.binding.ComponentCreatorAnnotation.subcomponentCreatorAnnotations;
312 ? intersection(subcomponentCreatorAnnotations(), productionCreatorAnnotations()) in subcomponentCreatorAnnotation()
313 : subcomponentCreatorAnnotations()); in subcomponentCreatorAnnotation()