Reports explicit boilerplate code and suggests replacing it with Lombok annotations.
For example, it replaces explicit method accessors with @Getter and @Setter.
@Getter
@Setter
Currently, only @Getter and @Setter annotations are supported.