Searched refs:keyWithLiteral (Results 1 – 1 of 1) sorted by relevance
161 Key<String> keyWithLiteral = Key.get(String.class, Foo.class); in testEqualityOfAnnotationTypesAndInstances() local162 assertEqualsBothWays(keyWithInstance, keyWithLiteral); in testEqualityOfAnnotationTypesAndInstances()