I recently discovered lombok , and I like the comfort that its use brings. There is only one special thing that I miss.
So just out of curiosity: how can I extend the annotation @AllArgsConstructorso that it provides an additional default constructor for the class on which it was applied?
I was thinking about using Spring 4.0 to create compiled annotations , but I have to admit that I have not programmed custom annotations before. So I don’t know how to start ...
Any suggestions?
source
share