gunnarmorling / beanvalidation-api

Bean Validation API

Home Page:http://www.beanvalidation.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bean Validation API

This repository contains the Java Bean Validation 2.0 (JSR 380) API.

Bean Validation defines a metadata model and API for JavaBean and method validation.

You can learn more about it here:

System requirements

JDK 8.

Licensing

The Bean Validation API is provided and distributed under the Apache Software License 2.0. Refer to license.txt for more information.

Build from Source

You can build the Bean Validation API from source by cloning the git repository https://github.com/beanvalidation/beanvalidation-api.git. You will also need a JDK 8 and Maven 3 (>= 3.0.3). With these prerequisites in place you can compile the source via:

mvn clean install

Contribute

Want to join us? You can find all the relevant information about contributing to Bean Validation on the website.

Continuous Integration

The official Continuous Integration service for the project is hosted on ci.hibernate.org.

About

Bean Validation API

http://www.beanvalidation.org

License:Apache License 2.0


Languages

Language:Java 99.5%Language:Shell 0.5%