Java Getters and Setters

后端 未结 17 1585
终归单人心
终归单人心 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条回答
  •  我在风中等你
    2020-12-01 16:10

    Here is an interesting articles about the subject: http://cafe.elharo.com/java/why-java-doesnt-need-properties-it-already-has-them/

    I think properties are a shortcut but it's more a little feature than a real important feature

提交回复
热议问题