Java Getters and Setters

后端 未结 17 1559
终归单人心
终归单人心 2020-12-01 15:27

Is there a better standard way to create getters and setters in Java?

It is quite verbose to have to explicitly define getters and setters for each variable. Is ther

17条回答
  •  Happy的楠姐
    2020-12-01 16:09

    Eclipse has a context menu option that will auto-generate these for you, as I am sure many other IDE's do.

提交回复
热议问题