Searched refs:getCreatorAnnotations (Results 1 – 4 of 4) sorted by relevance
24 import static dagger.internal.codegen.binding.ComponentCreatorAnnotation.getCreatorAnnotations;199 ComponentCreatorAnnotation annotation = getOnlyElement(getCreatorAnnotations(typeElement)); in create()
138 public static ImmutableSet<ComponentCreatorAnnotation> getCreatorAnnotations(TypeElement type) { in getCreatorAnnotations() method in ComponentCreatorAnnotation
22 import static dagger.internal.codegen.binding.ComponentCreatorAnnotation.getCreatorAnnotations;81 ImmutableSet<ComponentCreatorAnnotation> creatorAnnotations = getCreatorAnnotations(type); in validateUncached()
35 import static dagger.internal.codegen.binding.ComponentCreatorAnnotation.getCreatorAnnotations;309 getOnlyElement(getCreatorAnnotations(moduleSubcomponentsAttribute)); in moduleSubcomponentsIncludesCreator()