This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
bean-validator v0.5.0
Pre-release
Pre-release
britter
released this
30 Jul 20:19
·
262 commits
to main
since this release
Starting with this release bean-validators uses semantic versioning.
New Features
The file package adds a variety of new constraints for validating java.io.File
objects:
@Directory
and@NotDirectory
@Existing
and@NotExsting
@Readable
and@NotReadable
- ... and a lot more