在應用程式中,通過使用Bean Validation 或是你自己定義的constraint,例如@NotNull, @Max, @ZipCode , 就可以確保資料模型(JavaBean)的正確性。
確定! 回上一頁