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