Tagged Questions

2
votes
6answers
184 views

Why Java language does not offer a way to declare getters and setters of a given “field” through annotations ?

I actually happily design and develop JEE Applications for quite 9 years, but I realized recently that as time goes by, I feel more and more fed up of dragging all these ugly bean classes with their …