Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

v1.5

Compare
Choose a tag to compare
@alicederyn alicederyn released this 13 Jan 15:55

With this release, Guava is no longer a requirement. If your code is compiled with Guava available, FreeBuilder will generate code that uses it, specifically for cleaner assertions and for immutable collections, as before. Otherwise, FreeBuilder will generate pure-JDK code using requireNonNull and unmodifiable views.