Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DErrors.java429 public Errors cannotInjectMethodWithTypeParameters(Method method) { in cannotInjectMethodWithTypeParameters() method in Errors
/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java856 errors.cannotInjectMethodWithTypeParameters(method); in isValidMethod()