RELEASE-0.1.11
Within this new release there is a change in the DSL:
- creating list requires a elements tag so can provides more consistency:
Builder.build().list(creator).elements(),element().override().end
- Remove the exposure of put method in the lookup in the creator.
- default size of the list is 1 if you don't specify it.