diff options
author | Roel Spilker <r.spilker@gmail.com> | 2018-04-23 21:00:01 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2018-04-23 23:26:51 +0200 |
commit | b081e6c968817fe5df57b359ad04fc3f4580d38c (patch) | |
tree | c06d330da2236019197617befa4e73622644e02e /doc | |
parent | a27826b268c28a7aa1596bb07461ab1cfb113d82 (diff) | |
download | lombok-b081e6c968817fe5df57b359ad04fc3f4580d38c.tar.gz lombok-b081e6c968817fe5df57b359ad04fc3f4580d38c.tar.bz2 lombok-b081e6c968817fe5df57b359ad04fc3f4580d38c.zip |
Allow onMethod and onParam in @Getter and @Setter if it is put on a type
Diffstat (limited to 'doc')
-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 b1339ea5..e4844fb8 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -3,6 +3,7 @@ Lombok Changelog ### v1.16.21 "Edgy Guinea Pig" * v1.16.20 is the latest stable release of Project Lombok. +* FEATURE: `@Getter` and `@Setter` also allow `onMethod` and `onParam` when put on a type. [Issue #1653](https://github.com/rzwitserloot/lombok/issues/1653) * POTENTIAL FIX: IBM RAD. [Issue #1604](https://github.com/rzwitserloot/lombok/issues/1604) * FEATURE: `@FieldNameConstants` is an new feature that generates string constants for your field names. [Docs on @FieldNameConstants](https://projectlombok.org/features/experimental/FieldNameConstants). * PLATFORM: Fix for using lombok together with JDK9's new `module-info.java` feature. [Issue #985](https://github.com/rzwitserloot/lombok/issues/985) |