Searched defs:forMethod (Results 1 – 3 of 3) sorted by relevance
59 OptionalBindingDeclaration forMethod(XMethodElement method, XTypeElement contributingModule) { in forMethod() method in OptionalBindingDeclaration.Factory
298 private Key forMethod(XMethodElement method, XType keyType) { in forMethod() method in KeyFactory302 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