Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DConstructionContext.java36 public T getCurrentReference() { in getCurrentReference() method in ConstructionContext
DConstructorInjector.java77 T t = constructionContext.getCurrentReference(); in construct()