Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-30 | [fixes #3097] Update inner class type when creating a static class | Rawi01 | |
2017-12-04 | fixing tests to account for generation of javax.annotation.Generated and ↵ | Reinier Zwitserloot | |
ConstructorProperties being default-off. | |||
2017-02-09 | [i1014] Only add lombok.Generated if it is explicitly turned on | Roel Spilker | |
2017-01-06 | add `@lombok.Generated` to generated classes, methods and fields | Roel Spilker | |
2015-04-14 | [i804] @UtilityClass fails to properly initialize fields (which ↵ | Reinier Zwitserloot | |
@UtilityClass makes static) with initializers, in eclipse. also updates the changelog more generally, it was lacking some recent work. | |||
2015-02-04 | @UtilityClass handlers now more intelligent about inner types of implicitly ↵ | Reinier Zwitserloot | |
static contexts (enums, interfaces, and annotation declarations). Also added tests to test for these. | |||
2015-02-02 | added impl for @UtilityClass. | Reinier Zwitserloot | |