Home
last modified time | relevance | path

Searched defs:bindScope (Results 1 – 4 of 4) sorted by relevance

/external/guice/core/src/com/google/inject/
DAbstractModule.java77 protected void bindScope(Class<? extends Annotation> scopeAnnotation, Scope scope) { in bindScope() method in AbstractModule
DPrivateModule.java145 protected final void bindScope(Class<? extends Annotation> scopeAnnotation, Scope scope) { in bindScope() method in PrivateModule
DBinder.java210 void bindScope(Class<? extends Annotation> annotationType, Scope scope); in bindScope() method
/external/guice/core/src/com/google/inject/spi/
DElements.java232 public void bindScope(Class<? extends Annotation> annotationType, Scope scope) { in bindScope() method in Elements.RecordingBinder