Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/
DMultibindingTest.java82 public void wrappedAnnotationKeyMap() { in wrappedAnnotationKeyMap() method in MultibindingTest
85 assertThat(multibindingComponent.wrappedAnnotationKeyMap()) in wrappedAnnotationKeyMap()
DMultibindingComponent.java49 Map<WrappedAnnotationKey, String> wrappedAnnotationKeyMap(); in wrappedAnnotationKeyMap() method