Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/spi/
DElements.java322 moduleSource = getModuleSource(delegate); in install()
326 moduleSource = getModuleSource(module); in install()
492 private ModuleSource getModuleSource(Object module) { in getModuleSource() method in Elements.RecordingBinder