I have been working with and actively using Lombok for 2 months. With Java I'm a little more familiar. But, for the first time, I was faced with the following syntax structure in the language:
@RequiredArgsController(onController = @__(@Autowired))
^^^
What does that mean, and how does it get compiled?
See Question&Answers more detail:os