Generate only setter method for field in Eclipse (or SpringSource Tool Suite)
Can I generate in Eclipse only setter(s开发者_C百科) (without getter(s)) of field(s)? In Spring I don't need getters in many beans.
Absolutely. Go to "Generate Getters and Setters" and click on "Select Setters".
精彩评论