Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-21 | [fixes #2682] Fix NPE, always add Javadoc return statement | Rawi01 | |
2020-01-07 | [fixes #2327] mostly trivial: Added this. for field access and unified code ↵ | Reinier Zwitserloot | |
gen of build() methods for `@Builder`. | |||
2020-01-06 | [fixes #2268] make lombok generate qualified types in order to avoid name ↵ | Reinier Zwitserloot | |
clashes. | |||
2019-03-25 | [fixes #2046] you can now suppress the builder() method, useful if you only ↵ | Reinier Zwitserloot | |
want toBuilder(). Also suppresses the warnings about any missing Builder.Default annotations. |