#import "../../_scaffold.html" as main> <#import "../_features.html" as f> <@main.scaffold title="Experimental"> Get Lombok for Enterprise
Experimental features are available in your normal lombok installation, but are not as robustly supported as lombok's main features. In particular, experimental features:
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.
lombok.experimental.flagUsage
= [warning
| error
] (default: not set)
@Value
has proven its value and has been moved to the main package.
@main.feature>
<@main.feature title="@Builder: promoted" href="/features/Builder">
@Builder
is a solid base to build APIs on, and has been moved to the main package.
@main.feature>
<@main.feature title="@Wither: renamed to @With, and promoted" href="/features/With">
Immutable 'setters' - methods that create a clone but with one changed field.
@main.feature>