1 2 3 4 5 6 7
//CONF: lombok.toString.onlyExplicitlyIncluded = true @lombok.ToString class ToStringExplicitIncludeConf { int x; @lombok.ToString.Include int y; }