It seems that @RequiredArgsConstructor
not working in the code below. Why is it?
import java.io.Serializable;
import lombok.Data;
import lombok
Did you installed Lombok plugin in intellij ?
If not then
File -> Settings -> Plusings: Search for Lombok (CodeStream) version.
Restart the IDE and it should be fixed.
Double Check:
Annotation Processors
from intellij IDE from File -> Settings: Search for Annotation Processors