Home
last modified time | relevance | path

Searched refs:keyWithLiteral (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/test/com/google/inject/
DKeyTest.java161 Key<String> keyWithLiteral = Key.get(String.class, Foo.class); in testEqualityOfAnnotationTypesAndInstances() local
162 assertEqualsBothWays(keyWithInstance, keyWithLiteral); in testEqualityOfAnnotationTypesAndInstances()