Although Groovy generates getters and setters for you, you can define your own: class Thing { String name int count void setName ( String name ) { // do ...
確定! 回上一頁