Searched refs:subcomponentCreatorAnnotations (Results 1 – 3 of 3) sorted by relevance
25 …t static dagger.internal.codegen.binding.ComponentCreatorAnnotation.subcomponentCreatorAnnotations;69 return isAnyAnnotationPresent(element, subcomponentCreatorAnnotations()); in isSubcomponentCreator()
107 public static ImmutableSet<Class<? extends Annotation>> subcomponentCreatorAnnotations() { in subcomponentCreatorAnnotations() method in ComponentCreatorAnnotation
34 …t static dagger.internal.codegen.binding.ComponentCreatorAnnotation.subcomponentCreatorAnnotations;312 ? intersection(subcomponentCreatorAnnotations(), productionCreatorAnnotations()) in subcomponentCreatorAnnotation()313 : subcomponentCreatorAnnotations()); in subcomponentCreatorAnnotation()