Searched defs:bindScope (Results 1 - 5 of 5) sorted by relevance

/external/guice/core/src/com/google/inject/
H A DAbstractModule.java83 * @see Binder#bindScope(Class, Scope)
85 protected void bindScope(Class<? extends Annotation> scopeAnnotation, method in class:AbstractModule
87 binder().bindScope(scopeAnnotation, scope);
H A DBinder.java196 * <p>The other methods of Binder such as {@link #bindScope},
234 void bindScope(Class<? extends Annotation> annotationType, Scope scope); method in interface:Binder
H A DPrivateModule.java146 * @see Binder#bindScope(Class, Scope)
148 protected final void bindScope(Class<? extends Annotation> scopeAnnotation, Scope scope) { method in class:PrivateModule
149 binder().bindScope(scopeAnnotation, scope);
/external/guice/core/src/com/google/inject/spi/
H A DElements.java234 public void bindScope(Class<? extends Annotation> annotationType, Scope scope) { method in class:Elements.RecordingBinder
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...

Completed in 643 milliseconds