Releases: h908714124/auto-builder
Releases · h908714124/auto-builder
v2.9.3
v2.9.2
v2.9.1
- move annotation to separate jar
- add
reuseBuilder
flag; internalize the cache; make all inner classes private - stop supporting classes with type parameters
- bugfixes
v2.9
fix errors in 2.8
v2.8
maintenance release after thorough refactoring
Broken, don't use
v2.7
addAllTo*
andputAllIn*
will ignore anull
argument
v2.6
fix compiler warning in generated code
v2.5
- add accumulators for
java.util.List
,java.util.Set
andjava.util.Map
- stop generating field initializers
v2.4
- map accumulator overload with
Iterable<? extends Map.Entry<X, Y>>
- fix some issues with wildcard types