Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DScopesTest.java299 bindScope(NotRuntimeRetainedScoped.class, Scopes.NO_SCOPE); in configure()
308 "1) Please annotate " + NotRuntimeRetainedScoped.class.getName() in testScopeAnnotationWithoutRuntimeRetention()
448 public @interface NotRuntimeRetainedScoped {} annotation in ScopesTest