Searched refs:assistedFactoryMethod (Results 1 – 4 of 4) sorted by relevance
23 import static dagger.internal.codegen.binding.AssistedInjectionAnnotations.assistedFactoryMethod;86 ExecutableElement factoryMethod = assistedFactoryMethod(factory, elements, types); in anonymousfactoryImpl()
61 public static ExecutableElement assistedFactoryMethod( in assistedFactoryMethod() method in AssistedInjectionAnnotations173 ExecutableElement factoryMethod = assistedFactoryMethod(factoryElement, elements, types); in create()
194 AssistedInjectionAnnotations.assistedFactoryMethod(factory, elements, types); in assistedFactoryBinding()
116 && AssistedInjectionAnnotations.assistedFactoryMethod(enclosingElement, elements, types) in isAssistedFactoryCreateMethod()