Skip to content

Lombok Configuration

Subhrodip Mohanta edited this page Jun 26, 2021 · 5 revisions

We use Lombok's simple annotations to get rid of boilerplate, but at the same time detain ourselves from using the more complex ones not to sacrifice readability.

Here's the list of allowed Lombok annotations

  • NoArgsConstructor
  • RequiredArgsConstructor
  • AllArgsConstructor
  • Getter
  • Setter
  • Slf4j
  • ToString
  • EqualsAndHashCode
  • Value
  • Data
  • NonNull

TODO: Lombok Configuration for various IDEs

01. Home

02. How to Contribute (needs splitting)

03. Entity Design

04. Technology Selection

  1. Installation

06. Lombok Configuration

  1. Project Configuration

  2. IDE Instructions

  3. Milestones and Versioning

10. API Endpoints Overview

   10.1 Request and Response Models

   10.2 Detailed API Documentation

  1. How to Test Endpoints

12. Collaboration

  1. Working with issues

  2. Reviewing pull requests

15. Static analysis

  1. Roadmap

17. Team

18. Known issues

19. Getting help

  1. Recognizing contributors
Clone this wiki locally