Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 357 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 357 Bytes

Java EE 8 Samples: Bean Validation 2#

The JSR 380 specifies the next version of Bean Validation, version 2.

Samples

  • constraints: Testing new features coming with Bean Validation 2 like java.time API validation support, repeatable annotations and type annotations applied on Lists and Maps.