JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
Lombok
- v1.18.36
lombok.experimental
Tolerate
Contents
Hide sidebar
❮
❯
Show sidebar
Description
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.