Open GoogleCodeExporter opened 9 years ago
More Attachments
Original comment by nagendra...@gmail.com
on 23 Apr 2013 at 6:55
Attachments:
We don't do _anything_ with DTOs, so there are 2 major problems here:
* We don't even know what to look for. For example, which of the annotations in
your example are generated by netbeans, and how does netbeans know what to
generate? If it is the @Column annotations that we should generate, how do we
know whether they are nullable, etcetera? If it's the @NamedQueries blob, how
would we know what to generate for all those string constants?
* We don't care. As in, we would never use this, and that's problematic because
we do this in our free time. It would be a lot more logical if someone who
would actively use this in their daily programming life would write and
maintain this handler.
Original comment by reini...@gmail.com
on 25 Apr 2013 at 9:01
> I wish lombok provides a way to auto generate all the annotations related to
a class at compile time..
I see a different problem with this:
Either these annotation contain some additional information and then it can't
be generated automatically.
Or they do not and then they're redundant and the framework requiring them is a
crap.
Am I missing something?
Original comment by Maaarti...@gmail.com
on 9 Oct 2013 at 8:58
Original issue reported on code.google.com by
nagendra...@gmail.com
on 23 Apr 2013 at 6:51