-
Notifications
You must be signed in to change notification settings - Fork 40
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.
- NoArgsConstructor
- RequiredArgsConstructor
- AllArgsConstructor
- Getter
- Setter
- Slf4j
- ToString
- EqualsAndHashCode
- Value
- Data
- NonNull
02. How to Contribute (needs splitting)
- Installation
-
Project Configuration
-
IDE Instructions
-
Milestones and Versioning
10.1 Request and Response Models
10.2 Detailed API Documentation
- How to Test Endpoints
-
Working with issues
-
Reviewing pull requests
- Roadmap
- Recognizing contributors