Searched refs:assistedFactoryMethods (Results 1 – 2 of 2) sorted by relevance
56 return getOnlyElement(assistedFactoryMethods(factory)); in assistedFactoryMethod()60 public static ImmutableSet<XMethodElement> assistedFactoryMethods(XTypeElement factory) { in assistedFactoryMethods() method in AssistedInjectionAnnotations
21 import static dagger.internal.codegen.binding.AssistedInjectionAnnotations.assistedFactoryMethods;136 ImmutableSet<XMethodElement> abstractFactoryMethods = assistedFactoryMethods(factory); in validate()