Home
last modified time | relevance | path

Searched defs:forMethod (Results 1 – 3 of 3) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/binding/
DOptionalBindingDeclaration.java60 OptionalBindingDeclaration forMethod(ExecutableElement method, TypeElement contributingModule) { in forMethod() method in OptionalBindingDeclaration.Factory
DKeyFactory.java244 private Key forMethod(ExecutableElement method, TypeMirror keyType) { in forMethod() method in KeyFactory
/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java317 public static <T> InjectionPoint forMethod(Method method, TypeLiteral<T> type) { in forMethod() method in InjectionPoint