aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/before/ToStringExplicitInclude.java
blob: 31687bc61f44b9c6558b8cb865e64525de74a48f (plain)
1
2
3
4
@lombok.ToString(onlyExplicitlyIncluded = true)
class ToStringExplicitInclude {
	int x;
}