diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-01-20 01:54:25 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-01-20 01:54:25 +0100 |
commit | 857da88e3e2af440876bf79bebd6e32e55895cf8 (patch) | |
tree | 3d686e78d50c19a3e8e4b2361d33231ea412ce49 /doc/changelog.markdown | |
parent | 519f95c2410c2e43c60e81233cad105552975606 (diff) | |
download | lombok-857da88e3e2af440876bf79bebd6e32e55895cf8.tar.gz lombok-857da88e3e2af440876bf79bebd6e32e55895cf8.tar.bz2 lombok-857da88e3e2af440876bf79bebd6e32e55895cf8.zip |
trying to manually add (parts of) the infrastructure for @Singular @Builder stuff is now flagged as an error.
Diffstat (limited to 'doc/changelog.markdown')
-rw-r--r-- | doc/changelog.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/changelog.markdown b/doc/changelog.markdown index 5f5f2de4..7d784ce6 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -7,7 +7,6 @@ Lombok Changelog * Builder __TODO TODO TODO TODO DO NOT SHIP YET__: * features web page - * warnings / errors when you attempt to handroll some / all of the methods/fields that @Singular would have generated. We are most likely not going to support it. * The 'I use guava' switch in l.config * Disable auto-singular in l.config * Review if there are nay potentially breaking changes in the pipeline for builder BEFORE moving it out of experimental. |