Use Lombok Annotations in Funiture
masterThe project heavily utilizes Lombok for boilerplate reduction. Ensure your IDE has the Lombok plugin installed. Common annotations used throughout the project include:
@Slf4j(for logging)@Getter/@Setter@ToString@AllArgsConstructor@NoArgsConstructor@Builder