How do I unclutter child class’s constructor?
I have an abstract parent class with 10 variables that needs to be initialized when I create child class’s objects. I am using lombok.
My child class’s constructor looks like this:
I have an abstract parent class with 10 variables that needs to be initialized when I create child class’s objects. I am using lombok.
My child class’s constructor looks like this: