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.java326 moduleSource = getModuleSource(delegate); in install()
330 moduleSource = getModuleSource(module); in install()
514 private ModuleSource getModuleSource(Object module) { in getModuleSource() method in Elements.RecordingBinder