Home
last modified time | relevance | path

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

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