@lombok.Data @lombok.Getter
class DataWithGetter {
	private int x, y;
	private final String z;
}