Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/multibindings/
DProvidesIntoTest.java87 @ProvidesIntoMap in testAnnotation()
94 @ProvidesIntoMap in testAnnotation()
101 @ProvidesIntoMap in testAnnotation()
108 @ProvidesIntoMap in testAnnotation()
115 @ProvidesIntoMap in testAnnotation()
121 @ProvidesIntoMap in testAnnotation()
127 @ProvidesIntoMap in testAnnotation()
133 @ProvidesIntoMap in testAnnotation()
263 @ProvidesIntoMap in testArrayKeys_unwrapValuesTrue()
315 @ProvidesIntoMap in testArrayKeys_unwrapValuesFalse()
[all …]
/external/guice/core/src/com/google/inject/internal/
DProvidesMethodScanner.java25 import com.google.inject.multibindings.ProvidesIntoMap;
46 Provides.class, ProvidesIntoSet.class, ProvidesIntoMap.class, ProvidesIntoOptional.class);
73 } else if (annotation instanceof ProvidesIntoMap) { in prepareMethod()
/external/guice/core/src/com/google/inject/multibindings/
DProvidesIntoMap.java57 public @interface ProvidesIntoMap {} annotation