From 732d3db79a781b30e6763167ad1baf05ffb9f125 Mon Sep 17 00:00:00 2001
From: Reinier Zwitserloot lombok.addJavaxGeneratedAnnotation = true
We advise against this; JDK9 breaks this annotation, and it's unlikely to ever get fixed.
- NB: Until Lombok v2.0.0, this setting defaulted to true.
+ NB: Until Lombok v1.16.20, this setting defaulted to true.
Lombok can be configured to add @lombok.Generated annotations to all generated nodes where possible; useful for JaCoCo (which has built in support),
or other style checkers and code coverage tools:
diff --git a/website/templates/features/var.html b/website/templates/features/var.html
index 60e24914..bf28752f 100644
--- a/website/templates/features/var.html
+++ b/website/templates/features/var.html
@@ -3,7 +3,7 @@
<@f.scaffold title="var" logline="Mutably! Hassle-free local variables.">
<@f.history>
var was promoted to the main package in lombok 2.0.0; given that JEP 286 establishes expectations, and lombok's take on var follows these, we've decided to promote var eventhough the feature remains controversial.var was promoted to the main package in lombok 1.16.20; given that JEP 286 establishes expectations, and lombok's take on var follows these, we've decided to promote var eventhough the feature remains controversial.var was introduced in lombok 1.16.12 as experimental feature.