Right constructor

Report a typo

Look at the class Cat and select a correct Lombok annotation to make the code snippet below successfully compiled

// missed annotation here
class Cat {
    String name;
    int age;
    String color;
}
Cat tiger = new Cat("Tiger", 3, "ginger");
Enter a short text
___

Create a free account to access the full topic