Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DErrors.java441 public Errors cannotInjectTypeLiteralOf(Type unsupportedType) { in cannotInjectTypeLiteralOf() argument
442 return addMessage("Cannot inject a TypeLiteral of %s", unsupportedType); in cannotInjectTypeLiteralOf()