This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
FreeBuilder 2.6.0
This release adds support for Guava's BiMap type (issue #418). Thanks to @thespags for doing most of the legwork on this feature!
Note that the FreeBuilder README for previous releases erroneously stated that calling the putX method on a Map type would throw an IllegalArgumentException if the key was already present in the map. This did not match the generated JavaDoc and was not correct. The entry will be replaced in these cases, and no error will be thrown.