Searched refs:CUSTOM_SCOPE (Results 1 – 1 of 1) sorted by relevance
440 static final Scope CUSTOM_SCOPE = new Scope() { field in ScopesTest660 bindScope(CustomScoped.class, CUSTOM_SCOPE);663 bind(c).toProvider(Providers.of("c")).in(CUSTOM_SCOPE);756 return Scopes.isScoped(binding, CUSTOM_SCOPE, CustomScoped.class);