Commit Graph

10 Commits

Author SHA1 Message Date
Reinier Zwitserloot 75da1e2481 updated copyright year in documentation 2015-01-26 08:47:39 +01:00
Reinier Zwitserloot 63aefa41e4 documentation for @Singular. 2015-01-26 08:46:41 +01:00
Brad Fritz a1c70ef2d8 fix copy-and-paste errors in page titles 2014-08-21 16:29:56 -04:00
Reinier Zwitserloot f8b3056dc4 Fixed up and extended Tolerate with support for constructors, and added docs. 2014-06-01 11:02:18 +02:00
Reinier Zwitserloot b6ce9410b1 added documentation for the configuration feature. 2014-05-22 03:31:18 +02:00
Roel Spilker 8238144393 New year in documentation 2014-05-21 21:52:04 +02:00
Reinier Zwitserloot 893585f526 [i386] documentation update for Data/Value's behaviour in the face of existing constructors. 2014-02-10 20:22:33 +01:00
Reinier Zwitserloot e72ab866d6 bumped version 2013-07-16 00:58:05 +02:00
Reinier Zwitserloot 7af9add999 * Fixed issues with @FieldDefaults and @Value (you can NOT override
@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-07-16 00:51:31 +02:00
Reinier Zwitserloot b5747963c0 Value has been promoted to the main package. 2013-06-25 00:23:02 +02:00