You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2016/10/27 17:01:46 UTC

svn commit: r1766859 - /bval/trunk/README.txt

Author: mbenson
Date: Thu Oct 27 17:01:46 2016
New Revision: 1766859

URL: http://svn.apache.org/viewvc?rev=1766859&view=rev
Log:
doc updates

Modified:
    bval/trunk/README.txt

Modified: bval/trunk/README.txt
URL: http://svn.apache.org/viewvc/bval/trunk/README.txt?rev=1766859&r1=1766858&r2=1766859&view=diff
==============================================================================
--- bval/trunk/README.txt (original)
+++ bval/trunk/README.txt Thu Oct 27 17:01:46 2016
@@ -4,8 +4,8 @@ Licensed under Apache License 2.0 - http
 
 About
 =====
-This is an implementation of JSR 303 (Bean Validation), a specification of the
-Java API for Javabean validation in Java EE and Java SE.
+This is an implementation of the Java Bean Validation (JSRs 303, 349)
+specification for Java EE and Java SE.
 The technical objective is to provide a class level constraint declaration and
 validation facility for the Java application developer, as well as a constraint
 metadata repository and query API.