Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-05 | Fixes #1254: Value and FieldDefaults should skip static fields | Roel Spilker | |
2016-03-07 | updated year to 2016 in copyrights. | Reinier Zwitserloot | |
2015-01-26 | updated copyright year in documentation | Reinier Zwitserloot | |
2015-01-26 | documentation for @Singular. | Reinier Zwitserloot | |
2014-08-21 | fix copy-and-paste errors in page titles | Brad Fritz | |
2014-06-01 | Fixed up and extended Tolerate with support for constructors, and added docs. | Reinier Zwitserloot | |
2014-05-22 | added documentation for the configuration feature. | Reinier Zwitserloot | |
2014-05-21 | New year in documentation | Roel Spilker | |
2014-02-10 | [i386] documentation update for Data/Value's behaviour in the face of ↵ | Reinier Zwitserloot | |
existing constructors. | |||
2013-07-16 | bumped version | Reinier Zwitserloot | |
2013-07-16 | * Fixed issues with @FieldDefaults and @Value (you can NOT override | Reinier Zwitserloot | |
@Value's final-by-default and private-by-default with it; now appropriate warnings are emitted) * Builder now errors out on presence of most lombok annotations on an explicit builder class. * Builder now takes @FieldDefaults/@Value into account. * Builder on type now generates the constructor as package private instead of private to avoid synthetic accessor constructors. * added a bunch of test cases. * added a test case feature: If the expected file is omitted entirely but there are expected messages, the differences in the output itself are ignored. * streamlined checking for boolean-ness (removed some duplicate code) * added 'fluent' and 'chain' to @Builder. | |||
2013-06-25 | Value has been promoted to the main package. | Reinier Zwitserloot | |