Published
- 1 min read
java lombok constructor inject guice
The solution for this is noted below
java lombok constructor inject guice
Solution
@AllArgsConstructor(onConstructor = @__(@Inject))
@RequiredArgsConstructor(onConstructor = @__(@Inject))
Try other methods by searching on the site. That is if this doesn’t work