Skip to content

Latest commit

 

History

History

validation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.