So I have this class (used lombok):
@RequiredArgsConstructor @Service public class ServiceImpl { private final BookService bookService; @Autowired pr