Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Initial release

Pre-release
Pre-release
Compare
Choose a tag to compare
@britter britter released this 24 Jul 15:44
· 317 commits to main since this release

Initial release v0.1 of bean-validators

The initial release of bean-validators contains four validators which operate on strings:

  • @Alphabetic for strings which must contain only letters
  • @AlphaNumeric for strings which must contain only letters and/or numbers
  • @ISBN for strings which represent ISBN 10 und ISBN 13
  • @Numeric for strings which must contain only numbers