Annotation Interface IntoSet


@Documented @Target(METHOD) @Retention(RUNTIME) public @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: