HomeSort by relevance Sort by last modified time
    Searched refs:bindScope (Results 1 - 25 of 26) sorted by null

1 2

  /external/guice/core/src/com/google/inject/spi/
ScopeBinding.java 28 * explicitly in a module using {@link com.google.inject.Binder#bindScope(Class, Scope) bindScope()}
32 * bindScope(RecordScoped.class, new RecordScope());</pre>
65 binder.withSource(getSource()).bindScope(annotationType, scope);
Elements.java 234 public void bindScope(Class<? extends Annotation> annotationType, Scope scope) {
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
InternalServletModule.java 83 bindScope(RequestScoped.class, REQUEST);
84 bindScope(SessionScoped.class, SESSION);
  /external/guice/core/src/com/google/inject/
AbstractModule.java 83 * @see Binder#bindScope(Class, Scope)
85 protected void bindScope(Class<? extends Annotation> scopeAnnotation,
87 binder().bindScope(scopeAnnotation, scope);
PrivateModule.java 146 * @see Binder#bindScope(Class, Scope)
148 protected final void bindScope(Class<? extends Annotation> scopeAnnotation, Scope scope) {
149 binder().bindScope(scopeAnnotation, scope);
Binder.java 196 * <p>The other methods of Binder such as {@link #bindScope},
234 void bindScope(Class<? extends Annotation> annotationType, Scope scope);
  /external/guice/core/test/com/google/inject/
ParentInjectorTest.java 121 bindScope(MyScope.class, Scopes.SINGLETON);
223 bindScope(MyScope.class, Scopes.SINGLETON);
244 bindScope(MyScope.class, Scopes.SINGLETON);
ErrorHandlingTest.java 129 bindScope(BadScope.class, Scopes.SINGLETON);
ScopesTest.java 279 bindScope(CustomScoped.class, scope);
299 bindScope(NotRuntimeRetainedScoped.class, Scopes.NO_SCOPE);
322 bindScope(Deprecated.class, Scopes.NO_SCOPE);
345 bindScope(CustomScoped.class, Scopes.NO_SCOPE);
350 bindScope(CustomScoped.class, Scopes.SINGLETON);
372 bindScope(CustomScoped.class, Scopes.SINGLETON);
373 bindScope(CustomScoped.class, Scopes.SINGLETON);
385 bindScope(CustomScoped.class, Scopes.NO_SCOPE);
524 bindScope(CustomScoped.class, providerGetScope);
616 bindScope(CustomScoped.class, Scopes.NO_SCOPE)
    [all...]
CircularDependencyTest.java 529 bindScope(SimpleSingleton.class, new BasicSingleton());
BinderTestSuite.java 310 bindScope(TwoAtATimeScoped.class, new TwoAtATimeScope());
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
TransferRequestIntegrationTest.java 65 bindScope(RequestScoped.class, ServletScopes.REQUEST);
ServletScopesTest.java 134 bindScope(CustomScoped.class, Scopes.NO_SCOPE);
  /external/guice/core/src/com/google/inject/internal/
InjectorShell.java 294 binder.bindScope(Singleton.class, SINGLETON);
295 binder.bindScope(javax.inject.Singleton.class, SINGLETON);
  /external/guice/core/test/com/google/inject/util/
OverrideModuleTest.java 251 bindScope(TestScopeAnnotation.class, scope);
289 bindScope(TestScopeAnnotation.class, scope);
296 bindScope(TestScopeAnnotation.class, replacementScope);
318 bindScope(TestScopeAnnotation.class, scope);
331 bindScope(TestScopeAnnotation.class, new SingleUseScope());
  /external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
CheckedProviderMethodsModuleTest.java 71 bindScope(TestScope.Scoped.class, testScope);
CheckedProviderTest.java 120 bindScope(TestScope.Scoped.class, testScope);
    [all...]
ThrowingProviderTest.java 85 bindScope(TestScope.Scoped.class, testScope);
  /external/guice/core/test/com/googlecode/guice/
Jsr330Test.java 122 bindScope(TestScoped.class, scope);
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 
  /external/guice/core/test/com/google/inject/spi/
ElementsTest.java 723 bindScope(SampleAnnotation.class, Scopes.NO_SCOPE);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 

Completed in 1434 milliseconds

1 2