Searched refs:someDefaults (Results 1 – 1 of 1) sorted by relevance
274 Key<?> someDefaults = Key.get(Foo.class, SomeDefaults.class); in testKeysWithDefaultAnnotations() local275 assertNull(someDefaults.getAnnotation()); in testKeysWithDefaultAnnotations()276 assertEquals(SomeDefaults.class, someDefaults.getAnnotationType()); in testKeysWithDefaultAnnotations()