Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
* annotation with javac and Eclipse handlers
* single test file
|
|
|
|
|
|
|
|
|
|
lombok.noArgsConstructor.extraPrivate was incorrect
|
|
|
|
nullchecks.
|
|
|
|
Which 'flavour' is defined in lombok.config; applied to toString, equals, canEqual, and plural-form of `@Singular`.
|
|
argument with configurable results.
|
|
|
|
|
|
A bit of a shadow feature because the checker framework folks need to do some work on their side.
this update makes lombok generate a few checker framework annotations (if configured to do so)
which let the checker framework add warnings and errors for example if you misuse builders, or ignore
the return values of withers, etc.
|
|
|
|
config system
|
|
|
|
|
|
|
|
|
|
|
|
SuppressFBWArnings => SuppressFBWarnings
no-ars => no-args
|
|
super.
|
|
‘copyable’ annotations get copied’, with ‘copyable’ defined as a specific FQN-style list of well-known nullity-indicating annotations, plus whatever you configured in lombok.config.
Also some work on the notion of TYPE_USE annotations.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
lombok’s log annotations.
|
|
|
|
|
|
|
|
|
|
instead of default on.
|
|
broke it with JDK9).
|
|
with straight up links to avoid the <javadoc> target from trying to download a bunch of index pages.
|
|
Added ajaxified loading for feature pages.
|
|
|
|
|
|
functionality as the @val except 'final' modifier.
|
|
|
|
equals and hashCode generation when
|
|
regardless of annotations.
|
|
|