Searched refs:keyForAnnotationType (Results 1 – 1 of 1) sorted by relevance
55 assertEquals(keyForAnnotationType(com.google.inject.name.Named.class), in testKeysCreatedWithDifferentTypesAreEqual()56 keyForAnnotationType(javax.inject.Named.class)); in testKeysCreatedWithDifferentTypesAreEqual()63 private static Key<String> keyForAnnotationType(Class<? extends Annotation> annotationType) { in keyForAnnotationType() method in NamedEquivalanceTest