Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DKeyTest.java270 Key<?> noDefaults = Key.get(Foo.class, NoDefaults.class); in testKeysWithDefaultAnnotations() local
271 assertNull(noDefaults.getAnnotation()); in testKeysWithDefaultAnnotations()
272 assertEquals(NoDefaults.class, noDefaults.getAnnotationType()); in testKeysWithDefaultAnnotations()