Annotation Type Tolerate


@Target({METHOD,CONSTRUCTOR})
@Retention(SOURCE)
public @interface Tolerate
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.