Searched refs:SingletonAndCustomScoped (Results 1 – 1 of 1) sorted by relevance
441 injector.getInstance(SingletonAndCustomScoped.class); in testDuplicateScopeAnnotations()447 "while locating " + SingletonAndCustomScoped.class.getName()); in testDuplicateScopeAnnotations()559 static class SingletonAndCustomScoped {} class in ScopesTest