1 2 3 4 5
@lombok.Data @lombok.Getter class DataWithGetter { private int x, y; private final String z; }