Skip to content
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
Compare
Choose a tag to compare
@britter 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:

  • @Directoryand @NotDirectory
  • @Existingand @NotExsting
  • @Readableand @NotReadable
  • ... and a lot more