Lombok, use only getter setter not equals or tostring [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed last year . Because we dont use tostring or equals and it reduces coverage . So we need to disable lombok for tostring , equals Is there any way? For getter @Getter(AccessLevel.NONE) i can do this but for others, what can i do? And as i understood, @lombok.Accessors(chain = true, fluent = true) this is also for