HomeSort by relevance Sort by last modified time
    Searched refs:ProvidesIntoSet (Results 1 - 3 of 3) sorted by null

  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
ProvidesIntoSet.java 34 * {@literal @}ProvidesIntoSet
38 * {@literal @}ProvidesIntoSet
52 public @interface ProvidesIntoSet {
MultibindingsScanner.java 44 * {@literal @}{@link ProvidesIntoMap}, {@literal @}{@link ProvidesIntoSet}, and
61 * {@literal @}{@link ProvidesIntoSet}, and {@literal @}{@link ProvidesIntoOptional}.
73 ProvidesIntoSet.class, ProvidesIntoMap.class, ProvidesIntoOptional.class);
82 if (annotation instanceof ProvidesIntoSet) {
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
ProvidesIntoTest.java 53 @ProvidesIntoSet
57 @ProvidesIntoSet
61 @ProvidesIntoSet
65 @ProvidesIntoSet
69 @ProvidesIntoSet
72 @ProvidesIntoSet
204 @ProvidesIntoSet String provideFoo() { return "foo"; }
275 @ProvidesIntoSet @TestEnumKey(TestEnum.A) String provideFoo() { return "foo"; }

Completed in 218 milliseconds