Package dagger.multibindings
Annotation Interface IntoSet
The method's return type forms the generic type argument of a
Set<T>
, and the returned
value is contributed to the set. The object graph will pass dependencies to the method as
parameters. The Set<T>
produced from the accumulation of values will be immutable.- See Also: