エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
最新のGroovy 2.5.0から、groovy.transform.AutoFinalというAST変換が追加されていたらしい。 Immutable... 最新のGroovy 2.5.0から、groovy.transform.AutoFinalというAST変換が追加されていたらしい。 Immutable (groovy 2.4.2 API) ついさっきPaul King氏のツイートを目にして初めて知った。 I agree with you. In Groovy, we added @AutoFinal to add them implicitly for those that want them but don't want to see them.— Paul King (@paulk_asert) 2018年9月13日 気になったので早速試してみた。 まずは@AutoFinalなし。 class Person { String firstName String lastName Person(String firstName, Strin