Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DKeyTest.java274 Key<?> someDefaults = Key.get(Foo.class, SomeDefaults.class); in testKeysWithDefaultAnnotations() local
275 assertNull(someDefaults.getAnnotation()); in testKeysWithDefaultAnnotations()
276 assertEquals(SomeDefaults.class, someDefaults.getAnnotationType()); in testKeysWithDefaultAnnotations()