error hightlighting in editor with @getter @setter annotations
I have a colleague who is using the lombog library with @getter and @setter annotations. His code is littered with annotations like the following...
@Getter @Setter private String transmission;
Of course any place he uses the getter or setter in the code is flagged as an error by Intellij. Do I have any options here? I'd rather not disable a specific inspection but I will if that's the only option.
Grant
请先登录再写评论。