- Type Parameters:
E -
- All Superinterfaces:
- Iterator<E>
- All Known Implementing Classes:
- ArgumentIteratorAdapter
public interface ArgumentIterator<E>
extends Iterator<E>
This is a marker interface.
If an invocation argument is of this type, Synapse iterates over the argument values and invokes
Invocation for each element. If there is more than one argument of this type, values are permutated.