Searched defs:forMethod (Results 1 – 3 of 3) sorted by relevance
60 OptionalBindingDeclaration forMethod(ExecutableElement method, TypeElement contributingModule) { in forMethod() method in OptionalBindingDeclaration.Factory
244 private Key forMethod(ExecutableElement method, TypeMirror keyType) { in forMethod() method in KeyFactory
317 public static <T> InjectionPoint forMethod(Method method, TypeLiteral<T> type) { in forMethod() method in InjectionPoint