Home
last modified time | relevance | path

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

/external/dagger2/javatests/dagger/functional/kotlinsrc/multibindings/
DMultibindingTest.kt80 fun unwrappedAnnotationKeyMap() { in unwrappedAnnotationKeyMap() method
81 assertThat(multibindingComponent.unwrappedAnnotationKeyMap()) in unwrappedAnnotationKeyMap()
DMultibindingComponent.kt45 fun unwrappedAnnotationKeyMap(): Map<StringKey, String> method
/external/dagger2/javatests/dagger/functional/multibindings/
DMultibindingTest.java78 public void unwrappedAnnotationKeyMap() { in unwrappedAnnotationKeyMap() method in MultibindingTest
79 assertThat(multibindingComponent.unwrappedAnnotationKeyMap()) in unwrappedAnnotationKeyMap()
DMultibindingComponent.java49 Map<StringKey, String> unwrappedAnnotationKeyMap(); in unwrappedAnnotationKeyMap() method