playframework version 2.7.2
hoge.scala.htmlにてformからgetValueを使おうとしたのですが、warningが出てきました。
以下のコードにて
form("hoge").value()
以下の警告文が出てきます。
method getValue in class Field is deprecated: see corresponding Javadoc for more information
そのため、
以下のように変更したのですが
form("hoge").value()
valueメソッドがFormクラスで非推奨となっています(errorにはならないがバージョンが上がると死ぬ)
see corresponding Javadoc for more informationというのはどういった警告なのでしょうか。。。よく調べてみてもわかっていません。。
ご助力お願いします。
追記
https://www.playframework.com/documentation/2.7.x/api/java/deprecated-list.html
こちらではgetValueをvalueに置き換えろと記載されています
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。