Home | History | Annotate | Download | only in multibindings

Lines Matching refs:clonedKey

906       Key<?> clonedKey;
908 clonedKey = Key.get(bindingKey.getTypeLiteral(), bindingKey.getAnnotation());
910 clonedKey = Key.get(bindingKey.getTypeLiteral(), bindingKey.getAnnotationType());
912 clonedKey = Key.get(bindingKey.getTypeLiteral());
914 assertEquals(bindingKey, clonedKey);
916 bindingKey.hashCode(), clonedKey.hashCode());