public static class LuxuriousCar {
        void printlnDesire() {
            System.out.println(Constants.WANT_STRING + Constants.LUXURIOUS_CAR);
        }
    }
Объясните пожалуйста , для чего нам тут Comstants , понять вообще не могу