Home
last modified time | relevance | path

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

/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DFactoryProvider2.java247 throw errors.keyNotFullySpecified(TypeLiteral.get(factoryRawType)).toException(); in FactoryProvider2()
444 new Errors().keyNotFullySpecified(typeLiteral).getMessages()); in isTypeNotSpecified()
/external/guice/core/src/com/google/inject/internal/
DMoreTypes.java99 Errors errors = new Errors().keyNotFullySpecified(typeLiteral); in canonicalizeForKey()
DErrors.java395 public Errors keyNotFullySpecified(TypeLiteral<?> typeLiteral) { in keyNotFullySpecified() method in Errors