@lombok.Getter class Test { private float b; private double c; private String d; private String e; private static String f; }