Home
last modified time | relevance | path

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

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