Age | Commit message (Collapse) | Author |
|
|
|
|
|
fixed now (javac)
|
|
non-gradle compiler. Fixed that.
|
|
|
|
|
|
|
|
of replacing it with the non-experimental check about 3 years ago when builder moved out of experimental. The check has now been restored.
|
|
`@Builder.Default` static method instead of initializing to null/0/false. This does that, for ecj.
|
|
`@Builder.Default` static method instead of initializing to null/0/false. This does that, for javac.
|
|
|
|
documentation review, bugfix for setter auto-presuming chaining even when you didn’t configure it to chain.
|
|
|
|
|
|
4.8 and above
|
|
|
|
be configured both on the annotation itself and via a config key. This totally breaks compatibility with the previous lombok release, but, hey, it’s in experimental and it’s been one week. This is better.
|
|
- The class has a parent class
- There is an explicit XxxArgsConstructor annotation that would generate
a no-args constructor
Fixes #1703, fixes #1704, fixes #1712
|
|
lombok’s log annotations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EqualsAndHashCode.
|
|
Allow gradle incremental compiling with lombok
|
|
where you can include/exclude fields by annotating the fields.
|
|
|
|
Fixes issue #1580
|
|
|
|
|
|
IllegalArgumentException.
|
|
to `public static final String` fields, instead of actual string literals, there where you can specify strings in lombok annotation parameters, such as `@ToString(of = MyClass.CONSTANT_FIELD)`. We can’t really fix it, but at least now lombok will error when you do that and describe in detail what’s going wrong.
|
|
|
|
|
|
fix degrade of #1617, the file URI must starts with 'file:///', not 'file://'.
|
|
|
|
|
|
|
|
|
|
example: "ChildBuilder extends Parent.ParentBuilder"
|
|
|
|
|
|
|
|
implemented support for annotation arrays as annotation attributes in javac
|
|
|
|
|