Bean Validation

Bean Validation 1.0 (JSR 303)

Bean Validation 1.0 (JSR 303) was the first version of Java's standard for object validation.

It was released in 2009 and is part of Java EE 6.

Certified implementations

Name Version RI
Hibernate Validator 4.3.1.Final
Apache BVal 0.5  

TCK

The TCK for Bean Validation 1.0 can be found here .