Home
last modified time | relevance | path

Searched refs:getCreatorAnnotations (Results 1 – 4 of 4) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/binding/
DComponentCreatorDescriptor.java24 import static dagger.internal.codegen.binding.ComponentCreatorAnnotation.getCreatorAnnotations;
199 ComponentCreatorAnnotation annotation = getOnlyElement(getCreatorAnnotations(typeElement)); in create()
DComponentCreatorAnnotation.java138 public static ImmutableSet<ComponentCreatorAnnotation> getCreatorAnnotations(TypeElement type) { in getCreatorAnnotations() method in ComponentCreatorAnnotation
/external/dagger2/java/dagger/internal/codegen/validation/
DComponentCreatorValidator.java22 import static dagger.internal.codegen.binding.ComponentCreatorAnnotation.getCreatorAnnotations;
81 ImmutableSet<ComponentCreatorAnnotation> creatorAnnotations = getCreatorAnnotations(type); in validateUncached()
DModuleValidator.java35 import static dagger.internal.codegen.binding.ComponentCreatorAnnotation.getCreatorAnnotations;
309 getOnlyElement(getCreatorAnnotations(moduleSubcomponentsAttribute)); in moduleSubcomponentsIncludesCreator()