Java Validation
A lib to make validations on java objects
How add it
Add the repository to your build.gradle with:
repositories {
maven { url "https://jitpack.io" }
}
and on your project dependencies:
dependencies {
compile 'com.github.brunodles:java-validation:{latest version}'
}
Take a look into (releases)[https://github.com/brunodles/java-validation/releases]