Hi, just want to float an Idea:
I have many classes in my project with the annotation
@RequiredArgsConstructor(onConstructor=@__(@Autowired)) which is kinda ugly.
Since lombok has an configuration system, could it be possible to create an own
annotation like @AutowiredConstructor and tell lombok thats a shortcut for
@RequiredArgsConstructor(onConstructor=@__(@Autowired))?
Original issue reported on code.google.com by mich...@stummi.org on 25 Sep 2014 at 8:44
Original issue reported on code.google.com by
mich...@stummi.org
on 25 Sep 2014 at 8:44