Reduce the code size

Report a typo

The code below uses Lombok to reduce boilerplate code, but it is not the most efficient use of Lombok. Fill in the blank with the annotation that will reduce the code size even more.

@Getter
@Setter
@ToString
@EqualsAndHashCode
@RequiredArgsConstructor
public class Dog {
    public static void main(String[] args) {
    }
}
Enter a short text
___

Create a free account to access the full topic