freemanpivo / freemanpivo/java-multimodule
Make classes final and Immutable.
Open
enhancement
good first issue
security
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Remove all `@Data` annotation from classes, and make usage of the following lombok features:
```java
@AllArgsConstructor(access = AccessLevel.PRIVATE) // Helps to force mapstruct use the Builder Pattern.
@Value
@Builder
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.