0
:プレイフレームワーク1.2.xのの@MinSizeのカスタム検証メッセージ
@Required(message = "customError.required")
public String name;
しかし、私はやってみました@MinSize注釈に同じ...
@MinSize(8)(message = "customError.passwordSoShort")
public String password;
...と受け取ったこのコンパイルエラー:
The file /app/models/User.java could not be compiled. Error raised is : Syntax error on token ")", ? expected
@MinSize(8)↓(message = "customError.passwordSoShort")
public String password;