This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
bean-validator v0.6.0
Pre-release
Pre-release
britter
released this
01 Aug 15:33
·
220 commits
to main
since this release
New Features
- All annotations from the
file
package can now also be applied to Strings. The validators will the create a new File instance using thenew File(String)
constructor and use that instance for validation.