Home
last modified time | relevance | path

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

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DDependencyRequest.java250 DependencyRequest forComponentMembersInjectionMethod(ExecutableElement membersInjectionMethod, in forComponentMembersInjectionMethod() argument
252 checkNotNull(membersInjectionMethod); in forComponentMembersInjectionMethod()
255 InjectionAnnotations.getQualifier(membersInjectionMethod); in forComponentMembersInjectionMethod()
264 membersInjectionMethod, in forComponentMembersInjectionMethod()
265 getEnclosingType(membersInjectionMethod), in forComponentMembersInjectionMethod()
273 membersInjectionMethod, in forComponentMembersInjectionMethod()
274 getEnclosingType(membersInjectionMethod), in forComponentMembersInjectionMethod()