mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 06:21:43 +00:00
[fixes #2849] Make ToString's onlyExplicitlyIncluded a config key.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//CONF: lombok.toString.onlyExplicitlyIncluded = true
|
||||
|
||||
@lombok.ToString
|
||||
class ToStringExplicitIncludeConf {
|
||||
int x;
|
||||
@lombok.ToString.Include int y;
|
||||
}
|
||||
Reference in New Issue
Block a user