Home
last modified time | relevance | path

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

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