Searched refs:SET_VALUES (Results 1 – 15 of 15) sorted by relevance
32 import static dagger.producers.Produces.Type.SET_VALUES;176 @Produces(type = SET_VALUES)181 @Produces(type = SET_VALUES)186 @Produces(type = SET_VALUES)191 @Produces(type = SET_VALUES)197 @Produces(type = SET_VALUES)202 @Produces(type = SET_VALUES)207 @Produces(type = SET_VALUES)213 @Produces(type = SET_VALUES)
27 import static dagger.producers.Produces.Type.SET_VALUES;44 @Produces(type = SET_VALUES)49 @Produces(type = SET_VALUES)65 @Produces(type = SET_VALUES)
19 import static dagger.Provides.Type.SET_VALUES;32 @Provides(type = SET_VALUES) static Set<Integer> contibuteEmptyIntegerSet() { in contibuteEmptyIntegerSet()
26 import static dagger.Provides.Type.SET_VALUES;38 @Provides(type = SET_VALUES) Set<Integer> contributeSomeInts() { in contributeSomeInts()
70 case SET_VALUES: in prepareMethod()72 Type.SET_VALUES.name() + " contributions are not supported by Guice.", providesMethod); in prepareMethod()
48 import static dagger.Provides.Type.SET_VALUES;180 @Provides(type = SET_VALUES) Set<String> provideStrings() { in provideStrings()272 @Produces(type = Produces.Type.SET_VALUES) Set<String> produceStrings() { in produceStrings()276 @Produces(type = Produces.Type.SET_VALUES)
58 SET_VALUES, enumConstant
59 SET_VALUES, enumConstant
80 emptySetBindingMethod.annotate(Provides.class).setMember("type", Provides.Type.SET_VALUES); in write()
83 case SET_VALUES: in contributionType()
86 case SET_VALUES: in contributionType()
135 case SET_VALUES: in validate()
138 case SET_VALUES: in validate()
269 case SET_VALUES:
71 * Allow multiple contributions to Set binding via `Provides.Type.SET_VALUES`.