-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
acceptedThe issue/enhancement is valid, sensible, and explained in sufficient detailThe issue/enhancement is valid, sensible, and explained in sufficient detailcriticalenhancement
Milestone
Description
As there is the @ToString(onlyExplicitlyIncluded = true/false)
option already, it would make sense to have the ability of setting it once across the project at the lombok.config
, eg. via lombok.toString.onlyExplicitlyIncluded = true/false
Justification:
- Improved signal-to-noise ratio
- Better readability (arguably)
- Helps keeping project convention consistent
- would work similar to and alongside with
lombok.toString.doNotUseGetters
,lombok.toString.includeFieldNames
andlombok.toString.callSuper
BTW. Thanks for adding this option. It really helps preventing data leakage into log files 👍
famod and verglor
Metadata
Metadata
Assignees
Labels
acceptedThe issue/enhancement is valid, sensible, and explained in sufficient detailThe issue/enhancement is valid, sensible, and explained in sufficient detailcriticalenhancement