HomeSort by relevance Sort by last modified time
    Searched refs:CustomScoped (Results 1 - 2 of 2) sorted by null

  /external/guice/core/test/com/google/inject/
ScopesTest.java 244 bind(B.class).in(CustomScoped.class);
252 "1) No scope is bound to " + CustomScoped.class.getName(),
255 "2) No scope is bound to " + CustomScoped.class.getName(),
262 @CustomScoped
303 bindScope(CustomScoped.class, scope);
304 bind(List.class).to(ArrayList.class).in(CustomScoped.class);
383 bindScope(CustomScoped.class, Scopes.NO_SCOPE);
390 bindScope(CustomScoped.class, Scopes.SINGLETON);
402 + CustomScoped.class.getName()
420 bindScope(CustomScoped.class, Scopes.SINGLETON)
    [all...]
  /external/guice/extensions/servlet/test/com/google/inject/servlet/
ServletScopesTest.java 134 bind(h).toProvider(Providers.of("h")).in(CustomScoped.class);
135 bindScope(CustomScoped.class, Scopes.NO_SCOPE);
140 bind(i).toProvider(Providers.of("i")).in(CustomScoped.class);
148 @CustomScoped
187 private @interface CustomScoped {}

Completed in 99 milliseconds