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.java530 public Errors cannotInjectTypeLiteralOf(Type unsupportedType) { in cannotInjectTypeLiteralOf() argument
531 return addMessage("Cannot inject a TypeLiteral of %s", unsupportedType); in cannotInjectTypeLiteralOf()