Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DInternalContext.java33 private final Map<Object, ConstructionContext<?>> constructionContexts = field in InternalContext
94 (ConstructionContext<T>) constructionContexts.get(key); in getConstructionContext()
97 constructionContexts.put(key, constructionContext); in getConstructionContext()