Description
We should allow customization of which parameter is used to lookup the proper strategy in the StrategyFactory. How about this...
<invoke-factory service-id="hivemind.lib.StrategyFactory">
<construct configuration-id="MyStrategies" parameterIndex="1" />
</invoke-factory>
This would mean that parameter number 1 (or the 2nd parameter, since we're zero-indexed) would be used to determine the proper strategy.