Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DErrors.java380 public Errors constructorNotDefinedByType(Constructor<?> constructor, TypeLiteral<?> type) { in constructorNotDefinedByType() method in Errors
/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java224 .constructorNotDefinedByType(constructor, type) in forConstructor()