Searched refs:subcomponentCreatorAnnotations (Results 1 – 3 of 3) sorted by relevance
21 …port static dagger.internal.codegen.base.ComponentCreatorAnnotation.subcomponentCreatorAnnotations;48 return hasAnyAnnotation(element, subcomponentCreatorAnnotations()); in isSubcomponentCreator()
101 public static ImmutableSet<ClassName> subcomponentCreatorAnnotations() { in subcomponentCreatorAnnotations() method in ComponentCreatorAnnotation
29 …port static dagger.internal.codegen.base.ComponentCreatorAnnotation.subcomponentCreatorAnnotations;331 ? intersection(subcomponentCreatorAnnotations(), productionCreatorAnnotations()) in subcomponentCreatorAnnotation()332 : subcomponentCreatorAnnotations()); in subcomponentCreatorAnnotation()