Package lombok.experimental
Annotation Type Tolerate
-
@Target({METHOD,CONSTRUCTOR}) @Retention(SOURCE) public @interface ToleratePut 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.