Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 452 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 452 Bytes

Java EE 7 Samples: Bean Validation 1.1#

The JSR 303 specifies a meta-data model and API for JavaBeanTM validation based on annotations, with overrides and extended meta-data through the use of XML validation descriptors.

Samples

  • methods
  • custom-constraint

How to run

More information on how to run can be found at: https://github.com/javaee-samples/javaee7-samples#how-to-run-