Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/multibindings/
DProvidesIntoTest.java53 @ProvidesIntoSet in testAnnotation()
59 @ProvidesIntoSet in testAnnotation()
65 @ProvidesIntoSet in testAnnotation()
71 @ProvidesIntoSet in testAnnotation()
77 @ProvidesIntoSet in testAnnotation()
82 @ProvidesIntoSet in testAnnotation()
245 @ProvidesIntoSet in testDoubleScannerIsIgnored()
341 @ProvidesIntoSet in testProvidesIntoSetWithMapKey()
/external/guice/core/src/com/google/inject/internal/
DProvidesMethodScanner.java27 import com.google.inject.multibindings.ProvidesIntoSet;
46 Provides.class, ProvidesIntoSet.class, ProvidesIntoMap.class, ProvidesIntoOptional.class);
68 if (annotation instanceof ProvidesIntoSet) { in prepareMethod()
/external/guice/core/src/com/google/inject/multibindings/
DProvidesIntoSet.java50 public @interface ProvidesIntoSet {} annotation