Home
last modified time | relevance | path

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

/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DProvidesIntoTest.java53 @ProvidesIntoSet in testAnnotation()
57 @ProvidesIntoSet in testAnnotation()
61 @ProvidesIntoSet in testAnnotation()
65 @ProvidesIntoSet in testAnnotation()
69 @ProvidesIntoSet in testAnnotation()
72 @ProvidesIntoSet in testAnnotation()
204 @ProvidesIntoSet String provideFoo() { return "foo"; } in testDoubleScannerIsIgnored()
275 @ProvidesIntoSet @TestEnumKey(TestEnum.A) String provideFoo() { return "foo"; } in testProvidesIntoSetWithMapKey()
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
DProvidesIntoSet.java52 public @interface ProvidesIntoSet { annotation
DMultibindingsScanner.java73 ProvidesIntoSet.class, ProvidesIntoMap.class, ProvidesIntoOptional.class);
82 if (annotation instanceof ProvidesIntoSet) {