diff options
author | Roel Spilker <r.spilker@gmail.com> | 2019-01-08 00:00:04 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2019-01-08 00:00:04 +0100 |
commit | 2c7870a4c7e219668709563f2e6530319c68dfa0 (patch) | |
tree | f5c3b1902d6702cce05f9cb4a4989de21db8807e /doc/changelog.markdown | |
parent | ca46f98bebe62ce218de9e15d079a100146851ed (diff) | |
download | lombok-2c7870a4c7e219668709563f2e6530319c68dfa0.tar.gz lombok-2c7870a4c7e219668709563f2e6530319c68dfa0.tar.bz2 lombok-2c7870a4c7e219668709563f2e6530319c68dfa0.zip |
@Delegate @NonNull would error on jdk8, fixes #1935
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r-- | doc/changelog.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 6b24ccc0..00faa993 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -7,6 +7,7 @@ Lombok Changelog * FEATURE: There is now a `lombok.config` key to configure `@ToString`'s call super behavior; it's just like `@EqualsAndHashCode` which has had it for a while now. [Issue #1918](https://github.com/rzwitserloot/lombok/issues/1918) * ENHANCEMENT: The toString generation of enums now contains the name of the enum constant. [Issue #1916](https://github.com/rzwitserloot/lombok/issues/1916) * PLATFORM: Due to changes to switch statements in JDK12, lombok wasn't working with the JDK12 preview. [Issue #1888](https://github.com/rzwitserloot/lombok/issues/1888) +* BUGFIX: Using `@Delegate` in combination `@NonNull` would give an error in jdk8. [Issue #1935](https://github.com/rzwitserloot/lombok/issues/1935) ### v1.18.4 (October 30th, 2018) * PLATFORM: Support for Eclipse Photon. [Issue #1831](https://github.com/rzwitserloot/lombok/issues/1831) |