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");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");Create a free account to access the full topic