diff options
author | Roel Spilker <r.spilker@gmail.com> | 2013-03-25 20:26:16 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2013-03-25 20:26:16 +0100 |
commit | d7776a91222c943aeb25cf61444df46fe5cdebfa (patch) | |
tree | 8ebe38a23c8bf13fd4d2b25073b398b00e15e588 | |
parent | 06537da4e0d1c420c6669f6ce1490ea56adc4d7d (diff) | |
download | lombok-d7776a91222c943aeb25cf61444df46fe5cdebfa.tar.gz lombok-d7776a91222c943aeb25cf61444df46fe5cdebfa.tar.bz2 lombok-d7776a91222c943aeb25cf61444df46fe5cdebfa.zip |
Changed path in releasenotes
-rw-r--r-- | doc/changelog.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 95bcf8b2..a415cd01 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -3,7 +3,7 @@ Lombok Changelog ### v0.11.7 (Edgy Guinea Pig) * CHANGE: {Experimental} The experimental `@Value` feature no longer implies the also experimental `@Wither`. If you like your `@Value` classes to make withers, add `@Wither` to the class right next to `@Value`. -* FEATURE: {Experimental} Reintroduced `onMethod`, `onConstructor` and `onParam` to `@Getter`, `@Setter`, `@Wither`, and `@XArgsConstructor`. These parameters allow you to add annotations to the methods/constructors that lombok will generate. This is a workaround feature: The stability of the feature on future versions of javac is not guaranteed, and if a better way to implement this feature is found, this feature's current incarnation will be removed without a reasonable period of deprecation. [Documentation on the onX feature](http://projectlombok.org/feature/onX.html) +* FEATURE: {Experimental} Reintroduced `onMethod`, `onConstructor` and `onParam` to `@Getter`, `@Setter`, `@Wither`, and `@XArgsConstructor`. These parameters allow you to add annotations to the methods/constructors that lombok will generate. This is a workaround feature: The stability of the feature on future versions of javac is not guaranteed, and if a better way to implement this feature is found, this feature's current incarnation will be removed without a reasonable period of deprecation. [Documentation on the onX feature](http://projectlombok.org/features/experimental/onX.html) ### v0.11.6 (October 30th, 2012) * FEATURE: Lombok can be disabled entirely for any given compile run by using JVM switch `-Dlombok.disable`. This might be useful for code style checkers and such. |