/* Lombok doesn't really work that well with Inheritance. @Builder doesn't work. But you can use @SuperBuilder. */ @Getter @Setter @AllArgsConstructor @SuperBuilder public class Bot extends Player { }