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