Back to Intellij Community

Description

plugins/lombok/src/main/resources/intentionDescriptions/ReplaceWithLombokAnnotationAction/description.html

2025.3-rc-2234 B
Original Source

Reports explicit boilerplate code and suggests replacing it with Lombok annotations.

For example, it replaces explicit method accessors with @Getter and @Setter.

Currently, only @Getter and @Setter annotations are supported.