Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DScopesTest.java378 injector.getInstance(AnnotatedCustomScoped.class), in testBindDuplicateScope()
379 injector.getInstance(AnnotatedCustomScoped.class)); in testBindDuplicateScope()
451 static class AnnotatedCustomScoped {} class in ScopesTest
665 bind(f).to(AnnotatedCustomScoped.class);