From ceeabe510360b93613d52f1d0c083fdf0149135d Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 21 Mar 2012 05:25:56 +0100 Subject: Documentation for new @Accessors feature as well as the API (the annotation in experimental package). --- website/features/experimental/index.html | 45 ++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 website/features/experimental/index.html (limited to 'website/features/experimental/index.html') diff --git a/website/features/experimental/index.html b/website/features/experimental/index.html new file mode 100644 index 00000000..e4e90c41 --- /dev/null +++ b/website/features/experimental/index.html @@ -0,0 +1,45 @@ + + + + + + + + Lombok feature overview +
+
+
+ +

Lombok experimental features

+
+ Experimental features are available in your normal lombok installation, but are not as robustly supported as lombok's main features. + In particular, experimental features:
    +
  • Are not tested as well as the core features.
  • +
  • Do not get bugs fixed as quickly as core features.
  • +
  • May have APIs that will change, possibly drastically if we find a different, better way to solve the same problem.
  • +
  • May disappear entirely if the feature is too difficult to support or does bust enough boilerplate.
  • +
+ Features that receive positive community feedback and which seem to produce clean, flexible code will eventually become accepted + as a core feature and move out of the experimental package. +
+
@Accessors
+
A more fluent API for getters and setters.
+
+
+ +
+
+
+ + + -- cgit