#import "../_features.html" as f> <@f.scaffold title="@Tolerate" logline="Skip, jump, and forget! Skip a method or constructor."> <@f.history>
@Tolerate
was introduced as feature in lombok v1.14.2
Any method or constructor can be annotated with @Tolerate
and lombok will skip it when
considering whether or not to generate a method or constructor. This is useful if the types of the
parameters of your method do not clash with what lombok would generate.
Put on any method or constructor to make lombok pretend it doesn't exist,i.e., to generate a method which would otherwise be skipped due to possible conflicts.
@f.overview> <@f.snippets name="experimental/Tolerate" /> @f.scaffold>