-
Feature Request
-
Resolution: Done
-
Major
-
0.1
-
None
This enables the use of the for shorthand. For example:
Property property = ...
ExecutionContext executionContext = ...
ValueFactory<String> stringFactory = executionContext.getValueFactories().getStringFactory();
for (String token : stringFactory.create(property))