Home
last modified time | relevance | path

Searched refs:CUSTOM_SCOPE (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/test/com/google/inject/
DScopesTest.java440 static final Scope CUSTOM_SCOPE = new Scope() { field in ScopesTest
660 bindScope(CustomScoped.class, CUSTOM_SCOPE);
663 bind(c).toProvider(Providers.of("c")).in(CUSTOM_SCOPE);
756 return Scopes.isScoped(binding, CUSTOM_SCOPE, CustomScoped.class);