Searched refs:noDefaults (Results 1 – 1 of 1) sorted by relevance
270 Key<?> noDefaults = Key.get(Foo.class, NoDefaults.class); in testKeysWithDefaultAnnotations() local271 assertNull(noDefaults.getAnnotation()); in testKeysWithDefaultAnnotations()272 assertEquals(NoDefaults.class, noDefaults.getAnnotationType()); in testKeysWithDefaultAnnotations()